Searched refs:pcOffsets (Results 1 – 2 of 2) sorted by relevance
173 pcOffsets: Array<number>; property in SourceResolver205 this.pcOffsets = [];452 this.pcOffsets = Array.from(this.pcOffsetToInstructions.keys()).sort((a, b) => b - a);460 if (this.pcOffsets.length === 0) return -1;461 for (const key of this.pcOffsets) {546 if (this.pcOffsets.length === 0) return [[], []];547 for (const key of this.pcOffsets) {
59 const pcOffsets = this.sourceResolver.instructionsToKeyPcOffsets(instructionOffsets); constant60 for (const offset of pcOffsets) {