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

  /external/v8/src/
hydrogen.h 80 HEnvironment* last_environment() const { return last_environment_; }
105 void ClearEnvironment() { last_environment_ = NULL; }
106 bool HasEnvironment() const { return last_environment_ != NULL; }
107 void UpdateEnvironment(HEnvironment* env) { last_environment_ = env; }
167 HEnvironment* last_environment_; member in class:v8::internal::HBasicBlock
    [all...]
hydrogen.cc 66 last_environment_(NULL),
172 last_environment_ = last_environment()->outer();
185 last_environment_ = last_environment()->outer();
    [all...]

Completed in 442 milliseconds