HomeSort by relevance Sort by last modified time
    Searched defs:HEnvironment (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
hydrogen.h 43 class HEnvironment;
80 HEnvironment* last_environment() const { return last_environment_; }
104 void SetInitialEnvironment(HEnvironment* env);
107 void UpdateEnvironment(HEnvironment* env) { last_environment_ = env; }
167 HEnvironment* last_environment_;
212 HEnvironment* start_environment() const { return start_environment_; }
295 HEnvironment* start_environment_;
313 class HEnvironment: public ZoneObject {
315 HEnvironment(HEnvironment* outer
    [all...]
hydrogen.cc 121 HEnvironment* environment = last_environment();
136 HEnvironment* environment = last_environment();
193 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
250 HEnvironment* incoming_env = pred->last_environment();
584 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
    [all...]

Completed in 22 milliseconds