Searched defs:HEnvironment (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc171 HEnvironment* environment = last_environment();
220 HEnvironment* env = last_environment();
242 HEnvironment* env = last_environment();
254 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
261 void HBasicBlock::UpdateEnvironment(HEnvironment* env) {
344 HEnvironment* incoming_env = pred->last_environment();
790 HEnvironment* env = builder->environment();
808 HEnvironment* env = builder()->environment();
813 HEnvironment* env = first_false_block_->last_environment();
837 HEnvironment* en
11909 HEnvironment::HEnvironment(HEnvironment* outer, function in class:v8::internal::HEnvironment
11931 HEnvironment::HEnvironment(Zone* zone, int parameter_count) function in class:v8::internal::HEnvironment
11947 HEnvironment::HEnvironment(const HEnvironment* other, Zone* zone) function in class:v8::internal::HEnvironment
11963 HEnvironment::HEnvironment(HEnvironment* outer, function in class:v8::internal::HEnvironment
[all...]

Completed in 125 milliseconds