Searched refs:GetConstantForIndexOperand (Results 1 – 3 of 3) sorted by relevance
698 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 …]
171 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand() function in v8::internal::interpreter::BytecodeArrayIterator185 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0)); in GetJumpTargetOffset()
43 Handle<Object> GetConstantForIndexOperand(int operand_index) const;