Home
last modified time | relevance | path

Searched refs:JumpIfTrue (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dcontrol-flow-builders.cc26 builder()->JumpIfTrue(sites->New()); in EmitJumpIfTrue()
Dcontrol-flow-builders.h131 void Case(int index) { builder()->JumpIfTrue(&case_sites_.at(index)); } in Case()
Dbytecode-generator.cc790 .JumpIfTrue(&(targets[i])); in BuildIndexedJump()
824 .JumpIfTrue(&not_resuming); in VisitIterationHeader()
2385 .JumpIfTrue(&resume_with_next) in VisitYield()
2388 .JumpIfTrue(&resume_with_throw) in VisitYield()
3106 builder()->JumpIfTrue(&end_label); in VisitLogicalOrExpression()
3444 builder()->JumpIfTrue(then_labels->New()); in VisitForTest()
3447 builder()->JumpIfTrue(then_labels->New()); in VisitForTest()
Dbytecode-array-builder.h321 BytecodeArrayBuilder& JumpIfTrue(BytecodeLabel* label); in NON_EXPORTED_BASE()
Dbytecodes.h257 V(JumpIfTrue, AccumulatorUse::kRead, OperandType::kUImm) \
350 V(JumpIfTrue) \
Dbytecode-array-builder.cc839 BytecodeArrayBuilder& BytecodeArrayBuilder::JumpIfTrue(BytecodeLabel* label) { in JumpIfTrue() function in v8::internal::interpreter::BytecodeArrayBuilder