HomeSort by relevance Sort by last modified time
    Searched refs:EmitJumpIfTrue (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
control-flow-builders.h 47 void BreakIfTrue() { EmitJumpIfTrue(&break_sites_); }
55 void EmitJumpIfTrue(ZoneVector<BytecodeLabel>* labels);
56 void EmitJumpIfTrue(ZoneVector<BytecodeLabel>* labels, int index);
101 void ContinueIfTrue() { EmitJumpIfTrue(&continue_sites_); }
131 void Case(int index) { EmitJumpIfTrue(&case_sites_, index); }
control-flow-builders.cc 28 void BreakableControlFlowBuilder::EmitJumpIfTrue(
62 void BreakableControlFlowBuilder::EmitJumpIfTrue(

Completed in 1049 milliseconds