Home
last modified time | relevance | path

Searched refs:StoreKeyedToSuperRuntimeId (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h171 inline Runtime::FunctionId StoreKeyedToSuperRuntimeId();
Dbytecode-generator.cc1208 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