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

  /external/v8/src/interpreter/
control-flow-builders.h 49 void BreakIfNull() { EmitJumpIfNull(&break_labels_); }
58 void EmitJumpIfNull(BytecodeLabels* labels);
99 void ContinueIfNull() { EmitJumpIfNull(&continue_labels_); }
control-flow-builders.cc 36 void BreakableControlFlowBuilder::EmitJumpIfNull(BytecodeLabels* sites) {

Completed in 485 milliseconds