Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dcfg.cc222 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()
Dcfg.h441 class PositionInstr : public ZeroOperandInstruction {
443 explicit PositionInstr(int pos) in PositionInstr() function