Home
last modified time | relevance | path

Searched refs:bytecodePosition (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts25 if (sourcePosition.bytecodePosition) {
26 return "BCP:" + sourcePosition.bytecodePosition;
33 && typeof l.inliningId !== undefined) || typeof l.bytecodePosition != undefined;
51 bytecodePosition: number; property
396 node.origin.bytecodePosition != undefined) {
397 const position = { bytecodePosition: node.origin.bytecodePosition };
666 this.addAnyPositionToLine(i, { bytecodePosition: pos });
Dnode-label.ts9 if (origin.bytecodePosition) {
10 return `Bytecode line ${origin.bytecodePosition} in phase ${origin.phase}/${origin.reducer}`;
Dgraph-view.ts107 if (node.nodeLabel.origin && node.nodeLabel.origin.bytecodePosition) {
108 locations.push({ bytecodePosition: node.nodeLabel.origin.bytecodePosition });