Lines Matching full:function_
178 function_ = NULL;
415 if (function_ != NULL && function_->name().is_identical_to(name)) {
416 return function_->var();
812 if (function_ != NULL) {
814 PrintName(function_->name());
846 if (function_ != NULL) {
847 PrintVar(n1, function_->var());
1222 // For now, function_ must be allocated at the very end. If it gets
1226 if (function_ != NULL) {
1227 AllocateNonParameterLocal(function_->var());
1269 (function_ != NULL && function_->var()->IsStackLocal() ? 1 : 0);
1276 (function_ != NULL && function_->var()->IsContextSlot() ? 1 : 0);