Home
last modified time | relevance | path

Searched refs:JumpIfNull (Results 1 – 10 of 10) sorted by relevance

/external/v8/test/cctest/interpreter/bytecode_expectations/
DForIn.golden74 B(JumpIfNull), U8(35),
115 B(JumpIfNull), U8(42),
162 B(JumpIfNull), U8(63),
215 B(JumpIfNull), U8(46),
DWideRegisters.golden1101 B(JumpIfNull), U8(65),
/external/v8/src/interpreter/
Dcontrol-flow-builders.cc52 builder()->JumpIfNull(&sites->back()); in EmitJumpIfNull()
Dbytecode-array-builder.h224 BytecodeArrayBuilder& JumpIfNull(BytecodeLabel* label);
Dbytecodes.h233 V(JumpIfNull, AccumulatorUse::kRead, OperandType::kImm) \
Dbytecode-array-builder.cc431 BytecodeArrayBuilder& BytecodeArrayBuilder::JumpIfNull(BytecodeLabel* label) { in JumpIfNull() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc1142 builder()->JumpIfNull(&subject_null_label); in VisitForInStatement()
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc179 .JumpIfNull(&start) in TEST_F()
198 .JumpIfNull(&end[5]) in TEST_F()
224 .JumpIfNull(&start) in TEST_F()
325 .JumpIfNull(&start) in TEST_F()
Dbytecode-array-writer-unittest.cc163 /* 7 */ B(JumpIfNull), U8(36), in TEST_F()
Dbytecodes-unittest.cc212 {{B(ExtraWide), B(JumpIfNull), U32(123456789)}, in TEST()