Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h172 inline Runtime::FunctionId StoreKeyedToSuperRuntimeId();
Dbytecode-generator.cc1305 builder()->CallRuntime(StoreKeyedToSuperRuntimeId(), args); in VisitForInAssignment()
2335 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); in VisitAssignment()
2937 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); in VisitCountOperation()
3473 Runtime::FunctionId BytecodeGenerator::StoreKeyedToSuperRuntimeId() { in StoreKeyedToSuperRuntimeId() function in v8::internal::interpreter::BytecodeGenerator