Searched refs:GetConstantForIndexOperand (Results 1 – 3 of 3) sorted by relevance
692 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in VisitLdaConstant()750 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0)); in VisitLdaGlobal()760 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0)); in VisitLdaGlobalInsideTypeof()770 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildStoreGlobal()862 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupSlot()947 bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupContextSlot()981 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupGlobalSlot()997 bytecode_iterator().GetConstantForIndexOperand(0)); in BuildLdaLookupGlobalSlot()1025 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in BuildStaLookupSlot()1046 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(1)); in VisitLdaNamedProperty()[all …]
171 Handle<Object> BytecodeArrayAccessor::GetConstantForIndexOperand( in GetConstantForIndexOperand() function in v8::internal::interpreter::BytecodeArrayAccessor187 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0)); in GetJumpTargetOffset()
44 Handle<Object> GetConstantForIndexOperand(int operand_index) const;