Searched refs:instructionToPCOffset (Results 1 – 1 of 1) sorted by relevance
91 instructionToPCOffset: Array<number>; property in SourceResolver119 this.instructionToPCOffset = [];339 readInstructionOffsetToPCOffset(instructionToPCOffset) {340 for (const [instruction, offset] of Object.entries<number>(instructionToPCOffset)) {341 this.instructionToPCOffset[instruction] = offset;