Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc698 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in VisitLdaConstant()
771 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildStoreGlobal()
834 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupSlot()
921 bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupContextSlot()
968 bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupGlobalSlot()
995 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildStaLookupSlot()
1016 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(1)); in VisitLdaNamedProperty()
1044 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(1)); in BuildNamedStore()
1119 bytecode_iterator().GetConstantForIndexOperand(0)); in VisitCreateClosure()
1132 bytecode_iterator().GetConstantForIndexOperand(0)); in VisitCreateBlockContext()
[all …]
/external/v8/src/interpreter/
Dbytecode-array-iterator.cc171 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand() function in v8::internal::interpreter::BytecodeArrayIterator
185 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0)); in GetJumpTargetOffset()
Dbytecode-array-iterator.h43 Handle<Object> GetConstantForIndexOperand(int operand_index) const;