Searched refs:JumpIfNull (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | control-flow-builders.cc | 52 builder()->JumpIfNull(&sites->back()); in EmitJumpIfNull()
|
D | bytecode-array-builder.h | 217 BytecodeArrayBuilder& JumpIfNull(BytecodeLabel* label);
|
D | bytecodes.h | 214 V(JumpIfNull, OperandType::kImm8) \
|
D | bytecode-generator.cc | 819 builder()->JumpIfNull(&subject_null_label); in VisitForInStatement() 822 builder()->JumpIfNull(¬_object_label); in VisitForInStatement()
|
D | bytecode-array-builder.cc | 958 BytecodeArrayBuilder& BytecodeArrayBuilder::JumpIfNull(BytecodeLabel* label) { in JumpIfNull() function in v8::internal::interpreter::BytecodeArrayBuilder
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 170 .JumpIfNull(&start) in TEST_F() 190 .JumpIfNull(&start) in TEST_F() 268 builder.Jump(&start).JumpIfNull(&start).JumpIfUndefined(&start); in TEST_F()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 5257 B(JumpIfNull), U8(37), // in TEST() 5259 B(JumpIfNull), U8(34), // in TEST() 5289 B(JumpIfNull), U8(46), // in TEST() 5291 B(JumpIfNull), U8(43), // in TEST() 5328 B(JumpIfNull), U8(80), // in TEST() 5330 B(JumpIfNull), U8(77), // in TEST() 5379 B(JumpIfNull), U8(57), // in TEST() 5381 B(JumpIfNull), U8(54), // in TEST()
|