Home
last modified time | relevance | path

Searched refs:pcOffsets (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts173 pcOffsets: Array<number>; property in SourceResolver
205 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) {
Dselection-broker.ts59 const pcOffsets = this.sourceResolver.instructionsToKeyPcOffsets(instructionOffsets); constant
60 for (const offset of pcOffsets) {