Searched refs:GetConstantForIndexOperand (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-iterator-unittest.cc | 57 CHECK(iterator.GetConstantForIndexOperand(0).is_identical_to(heap_num_0)); in TEST_F() 62 CHECK(iterator.GetConstantForIndexOperand(0).is_identical_to(heap_num_1)); in TEST_F() 76 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), smi_1); in TEST_F()
|
D | bytecode-array-builder-unittest.cc | 492 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), in TEST_F() 500 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), in TEST_F() 508 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), in TEST_F() 516 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), in TEST_F() 525 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), in TEST_F() 601 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -132); in TEST_F() 606 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -140); in TEST_F() 611 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -148); in TEST_F() 616 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -156); in TEST_F() 619 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -160); in TEST_F()
|
/external/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 99 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand() function in v8::internal::interpreter::BytecodeArrayIterator 113 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0)); in GetJumpTargetOffset()
|
D | bytecode-array-iterator.h | 33 Handle<Object> GetConstantForIndexOperand(int operand_index) const;
|
D | bytecode-array-builder.cc | 54 Handle<Object> GetConstantForIndexOperand(int operand_index) const { in GetConstantForIndexOperand() function in v8::internal::interpreter::BytecodeArrayBuilder::PreviousBytecodeHelper 710 Handle<Object> object = previous_bytecode.GetConstantForIndexOperand(0); in CastAccumulatorToName()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 565 Node* node = jsgraph()->Constant(iterator.GetConstantForIndexOperand(0)); in VisitLdaConstantWide() 572 Node* node = jsgraph()->Constant(iterator.GetConstantForIndexOperand(0)); in VisitLdaConstant() 652 Handle<Name>::cast(iterator.GetConstantForIndexOperand(0)); in BuildLoadGlobal() 721 Handle<Name>::cast(iterator.GetConstantForIndexOperand(0)); in BuildStoreGlobal() 805 Handle<String>::cast(iterator.GetConstantForIndexOperand(0)); in BuildLdaLookupSlot() 830 Node* name = jsgraph()->Constant(iterator.GetConstantForIndexOperand(0)); in BuildStaLookupSlot() 879 Handle<Name>::cast(iterator.GetConstantForIndexOperand(1)); in BuildNamedLoad() 963 Handle<Name>::cast(iterator.GetConstantForIndexOperand(1)); in BuildNamedStore() 1061 Handle<SharedFunctionInfo>::cast(iterator.GetConstantForIndexOperand(0)); in VisitCreateClosure() 1109 Handle<String>::cast(iterator.GetConstantForIndexOperand(0)); in BuildCreateRegExpLiteral() [all …]
|