Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h254 void BuildJumpIfFalse();
Dbytecode-graph-builder.cc2611 void BytecodeGraphBuilder::VisitJumpIfFalse() { BuildJumpIfFalse(); } in VisitJumpIfFalse()
2613 void BytecodeGraphBuilder::VisitJumpIfFalseConstant() { BuildJumpIfFalse(); } in VisitJumpIfFalseConstant()
3138 void BytecodeGraphBuilder::BuildJumpIfFalse() { in BuildJumpIfFalse() function in v8::internal::compiler::BytecodeGraphBuilder