Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:environment

44   HEnvironment *environment = builder_->environment();
45 int first_expression_index = environment->first_expression_index();
46 int length = environment->length();
51 = builder_->Add<HUnknownOSRValue>(environment, i);
52 environment->Bind(i, osr_value);
57 environment->Drop(length - first_expression_index);
60 = builder_->Add<HUnknownOSRValue>(environment, i);
61 environment->Push(osr_value);
67 environment->local_count() + environment->push_count();
69 // Keep a copy of the old environment, since the OSR values need it
71 environment = environment->Copy();
72 builder_->current_block()->UpdateEnvironment(environment);
77 environment->BindContext(context);