Searched refs:PositionInstr (Results 1 – 2 of 2) sorted by relevance
222 void PositionInstr::Compile(MacroAssembler* masm) { in Compile()535 graph()->Append(new PositionInstr(stmt->statement_pos())); in VisitExpressionStatement()567 graph()->Append(new PositionInstr(stmt->statement_pos())); in VisitReturnStatement()
441 class PositionInstr : public ZeroOperandInstruction {443 explicit PositionInstr(int pos) in PositionInstr() function