Home
last modified time | relevance | path

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

/external/v8/test/unittests/interpreter/
Dbytecode-array-iterator-unittest.cc57 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()
Dbytecode-array-builder-unittest.cc492 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/
Dbytecode-array-iterator.cc99 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand() function in v8::internal::interpreter::BytecodeArrayIterator
113 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0)); in GetJumpTargetOffset()
Dbytecode-array-iterator.h33 Handle<Object> GetConstantForIndexOperand(int operand_index) const;
Dbytecode-array-builder.cc54 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/
Dbytecode-graph-builder.cc565 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 …]