Home
last modified time | relevance | path

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

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