Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dsource-resolver.ts23 if (sourcePosition.bytecodePosition)
24 return "BCP:" + sourcePosition.bytecodePosition;
30 && typeof l.inliningId !== undefined) || typeof l.bytecodePosition != undefined;
48 bytecodePosition: number; property
302 node.origin.bytecodePosition != undefined) {
303 const position = { bytecodePosition: node.origin.bytecodePosition };
434 this.addAnyPositionToLine(i, { bytecodePosition: pos });
Dnode.ts21 if (origin.bytecodePosition) {
22 return `Bytecode line ${origin.bytecodePosition} in phase ${origin.phase}/${origin.reducer}`;
Dgraph-view.ts103 if (node.origin && node.origin.bytecodePosition) {
104 locations.push({ bytecodePosition: node.origin.bytecodePosition });