Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h192 void BuildJumpIfFalse();
Dbytecode-graph-builder.cc1842 void BytecodeGraphBuilder::VisitJumpIfFalse() { BuildJumpIfFalse(); } in VisitJumpIfFalse()
1844 void BytecodeGraphBuilder::VisitJumpIfFalseConstant() { BuildJumpIfFalse(); } in VisitJumpIfFalseConstant()
2167 void BytecodeGraphBuilder::BuildJumpIfFalse() { in BuildJumpIfFalse() function in v8::internal::compiler::BytecodeGraphBuilder