Home | History | Annotate | Download | only in ppc

Lines Matching refs:VARIABLE

236       Variable* var =
272 Variable* arguments = info->scope()->arguments();
457 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
635 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
649 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
661 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
668 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0,
706 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
707 // The variable in the declaration always resides in the current function
709 DCHECK_EQ(0, scope()->ContextChainLength(variable->scope()));
724 Variable* variable = proxy->var();
725 switch (variable->location()) {
727 DCHECK(!variable->binding_needs_init());
728 globals_->Add(variable->name(), zone());
738 if (variable->binding_needs_init()) {
741 __ StoreP(ip, StackOperand(variable));
746 if (variable->binding_needs_init()) {
748 EmitDebugCheckDeclarationContext(variable);
750 __ StoreP(ip, ContextMemOperand(cp, variable->index()), r0);
766 Variable* variable = proxy->var();
767 switch (variable->location()) {
769 globals_->Add(variable->name(), zone());
791 __ StoreP(result_register(), StackOperand(variable));
797 EmitDebugCheckDeclarationContext(variable);
799 __ StoreP(result_register(), ContextMemOperand(cp, variable->index()),
801 int offset = Context::SlotOffset(variable->index());
1063 // Update the 'each' property or variable from the possibly filtered
1124 Variable* var = proxy->var();
1129 Comment cmnt(masm_, "[ Global variable");
1139 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1140 : "[ Stack variable");
1380 case VARIABLE:
1411 // variable/property load.
1416 case VARIABLE:
1459 case VARIABLE: {
1684 case VARIABLE: {
1719 Variable* var, MemOperand location) {
1730 void FullCodeGenerator::EmitVariableAssignment(Variable* var, Token::Value op,
2260 Variable* var = proxy->var();
2279 // Result of deleting non-property, non-variable reference is true.
2359 if (assign_type == VARIABLE) {
2390 case VARIABLE:
2397 if (assign_type == VARIABLE) {
2419 case VARIABLE:
2459 case VARIABLE:
2489 case VARIABLE: {