Home | History | Annotate | Download | only in arm

Lines Matching refs:Variable

229       Variable* var =
265 Variable* arguments = info->scope()->arguments();
470 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
662 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
676 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
688 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
695 void FullCodeGenerator::SetVar(Variable* var,
739 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
740 // The variable in the declaration always resides in the current function
742 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
757 Variable* variable = proxy->var();
758 switch (variable->location()) {
760 DCHECK(!variable->binding_needs_init());
761 globals_->Add(variable->name(), zone());
771 if (variable->binding_needs_init()) {
774 __ str(r0, StackOperand(variable));
779 if (variable->binding_needs_init()) {
781 EmitDebugCheckDeclarationContext(variable);
783 __ str(r0, ContextMemOperand(cp, variable->index()));
799 Variable* variable = proxy->var();
800 switch (variable->location()) {
802 globals_->Add(variable->name(), zone());
824 __ str(result_register(), StackOperand(variable));
830 EmitDebugCheckDeclarationContext(variable);
832 __ str(result_register(), ContextMemOperand(cp, variable->index()));
833 int offset = Context::SlotOffset(variable->index());
1094 // Update the 'each' property or variable from the possibly filtered
1154 Variable* var = proxy->var();
1159 Comment cmnt(masm_, "[ Global variable");
1169 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1170 : "[ Stack variable");
1412 case VARIABLE:
1443 // variable/property load.
1447 case VARIABLE:
1492 case VARIABLE: {
1672 case VARIABLE: {
1707 Variable* var, MemOperand location) {
1718 void FullCodeGenerator::EmitVariableAssignment(Variable* var, Token::Value op,
2248 Variable* var = proxy->var();
2267 // Result of deleting non-property, non-variable reference is true.
2351 if (assign_type == VARIABLE) {
2382 case VARIABLE:
2389 if (assign_type == VARIABLE) {
2411 case VARIABLE:
2448 case VARIABLE:
2479 case VARIABLE: {