Searched refs:StoreKeyedToSuperRuntimeId (Results 1 – 2 of 2) sorted by relevance
171 inline Runtime::FunctionId StoreKeyedToSuperRuntimeId();
1208 builder()->CallRuntime(StoreKeyedToSuperRuntimeId(), args); in VisitForInAssignment()2182 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); in VisitAssignment()2761 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); in VisitCountOperation()3212 Runtime::FunctionId BytecodeGenerator::StoreKeyedToSuperRuntimeId() { in StoreKeyedToSuperRuntimeId() function in v8::internal::interpreter::BytecodeGenerator