Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h106 RegisterList super_property_args);
108 RegisterList super_property_args);
141 RegisterList super_property_args() const { in super_property_args() function in v8::internal::interpreter::final::AssignmentLhsData
149 RegisterList super_property_args, Register object, in AssignmentLhsData()
154 super_property_args_(super_property_args), in AssignmentLhsData()
167 // NAMED_SUPER_PROPERTY: super_property_args
168 // KEYED_SUPER_PROPERT: super_property_args
148 AssignmentLhsData(AssignType assign_type, Expression* expr, RegisterList super_property_args, Register object, Register key, Expression* object_expr, const AstRawString* name) AssignmentLhsData() argument
H A Dbytecode-generator.cc3906 RegisterList super_property_args) { in NamedSuperProperty()
3907 return AssignmentLhsData(NAMED_SUPER_PROPERTY, nullptr, super_property_args, in NamedSuperProperty()
3920 RegisterList super_property_args) { in KeyedSuperProperty()
3921 return AssignmentLhsData(KEYED_SUPER_PROPERTY, nullptr, super_property_args, in KeyedSuperProperty()
3961 RegisterList super_property_args = in PrepareAssignmentLhs() local
3964 builder()->StoreAccumulatorInRegister(super_property_args[0]); in PrepareAssignmentLhs()
3968 builder()->StoreAccumulatorInRegister(super_property_args[1]); in PrepareAssignmentLhs()
3971 .StoreAccumulatorInRegister(super_property_args[2]); in PrepareAssignmentLhs()
3972 return AssignmentLhsData::NamedSuperProperty(super_property_args); in PrepareAssignmentLhs()
3976 RegisterList super_property_args in PrepareAssignmentLhs() local
3905 NamedSuperProperty( RegisterList super_property_args) NamedSuperProperty() argument
3919 KeyedSuperProperty( RegisterList super_property_args) KeyedSuperProperty() argument
5927 RegisterList super_property_args; VisitCountOperation() local
[all...]

Completed in 10 milliseconds