Home | History | Annotate | Download | only in arm64

Lines Matching refs:Variable

231       Variable* var =
267 Variable* arguments = info->scope()->arguments();
461 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
661 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
674 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
686 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
693 void FullCodeGenerator::SetVar(Variable* var,
734 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
735 // The variable in the declaration always resides in the current function
737 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
752 Variable* variable = proxy->var();
753 switch (variable->location()) {
755 DCHECK(!variable->binding_needs_init());
756 globals_->Add(variable->name(), zone());
766 if (variable->binding_needs_init()) {
769 __ Str(x10, StackOperand(variable));
774 if (variable->binding_needs_init()) {
776 EmitDebugCheckDeclarationContext(variable);
778 __ Str(x10, ContextMemOperand(cp, variable->index()));
794 Variable* variable = proxy->var();
795 switch (variable->location()) {
797 globals_->Add(variable->name(), zone());
819 __ Str(result_register(), StackOperand(variable));
825 EmitDebugCheckDeclarationContext(variable);
827 __ Str(result_register(), ContextMemOperand(cp, variable->index()));
828 int offset = Context::SlotOffset(variable->index());
1083 // Update the 'each' property or variable from the possibly filtered
1141 Variable* var = proxy->var();
1146 Comment cmnt(masm_, "Global variable");
1157 ? "Context variable"
1158 : "Stack variable");
1397 case VARIABLE:
1427 // variable/property load.
1431 case VARIABLE:
1476 case VARIABLE: {
1616 case VARIABLE: {
1653 Variable* var, MemOperand location) {
1664 void FullCodeGenerator::EmitVariableAssignment(Variable* var, Token::Value op,
2215 Variable* var = proxy->var();
2234 // Result of deleting non-property, non-variable reference is true.
2318 if (assign_type == VARIABLE) {
2347 case VARIABLE:
2354 if (assign_type == VARIABLE) {
2376 case VARIABLE:
2413 case VARIABLE:
2446 case VARIABLE: {