Searched defs:super_property_args (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-generator.cc2209 RegisterList super_property_args; local
2232 super_property_args = register_allocator()->NewRegisterList(4);
2235 VisitForRegisterValue(super_property->this_var(), super_property_args[0]);
2237 super_property_args[1]);
2240 .StoreAccumulatorInRegister(super_property_args[2]);
2244 super_property_args = register_allocator()->NewRegisterList(4);
2247 VisitForRegisterValue(super_property->this_var(), super_property_args[0]);
2249 super_property_args[1]);
2250 VisitForRegisterValue(property->key(), super_property_args[2]);
2286 super_property_args
2329 .CallRuntime(StoreToSuperRuntimeId(), super_property_args); local
2335 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); local
2841 RegisterList super_property_args; local
2931 .CallRuntime(StoreToSuperRuntimeId(), super_property_args); local
2937 .CallRuntime(StoreKeyedToSuperRuntimeId(), super_property_args); local
[all...]

Completed in 399 milliseconds