isolateStartAddress abstract method

int? isolateStartAddress([
  1. String? arch
])

The starting address for the isolate instructions section.

If debugging information is recorded for multiple architectures, then arch must be provided to get the correct build ID for that architecture.

Returns null if an isolate instructions section could not be located or if no architecture was provided when needed to disambiguate.

Implementation

int? isolateStartAddress([String? arch]);