Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Ddisassembly-view.ts76 let pcOffset = view.sourceResolver.getKeyPcOffset(offset);
77 if (pcOffset == -1) pcOffset = Number(offset);
78 fragment.dataset.pcOffset = `${pcOffset}`;
166 …ing = typeof e.target.dataset.pcOffset != "undefined" ? e.target.dataset.pcOffset : e.target.paren…
Dsource-resolver.ts529 const pcOffset = this.instructionToPCOffset[instructionId]; constant
530 if (pcOffset !== undefined) keyPcOffsets.push(pcOffset.gap);