Searched refs:StoreKeyedToSuperRuntimeId (Results 1 – 2 of 2) sorted by relevance
269 inline Runtime::FunctionId StoreKeyedToSuperRuntimeId();
1608 builder()->CallRuntime(StoreKeyedToSuperRuntimeId(), args); in VisitForInAssignment()3008 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); in VisitAssignment()4071 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); in VisitCountOperation()5190 Runtime::FunctionId BytecodeGenerator::StoreKeyedToSuperRuntimeId() { in StoreKeyedToSuperRuntimeId() function in v8::internal::interpreter::BytecodeGenerator