Searched refs:bytecodePosition (Results 1 – 3 of 3) sorted by relevance
25 if (sourcePosition.bytecodePosition) {26 return "BCP:" + sourcePosition.bytecodePosition;33 && typeof l.inliningId !== undefined) || typeof l.bytecodePosition != undefined;51 bytecodePosition: number; property396 node.origin.bytecodePosition != undefined) {397 const position = { bytecodePosition: node.origin.bytecodePosition };666 this.addAnyPositionToLine(i, { bytecodePosition: pos });
9 if (origin.bytecodePosition) {10 return `Bytecode line ${origin.bytecodePosition} in phase ${origin.phase}/${origin.reducer}`;
107 if (node.nodeLabel.origin && node.nodeLabel.origin.bytecodePosition) {108 locations.push({ bytecodePosition: node.nodeLabel.origin.bytecodePosition });