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

/external/v8/src/crankshaft/
H A Dhydrogen.cc347 HEnvironment* environment = last_environment();
394 HEnvironment* env = last_environment();
415 HEnvironment* env = last_environment();
427 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
434 void HBasicBlock::UpdateEnvironment(HEnvironment* env) {
517 HEnvironment* incoming_env = pred->last_environment();
967 HEnvironment* env = builder->environment();
985 HEnvironment* env = builder()->environment();
990 HEnvironment* env = first_false_block_->last_environment();
1014 HEnvironment* en
12403 HEnvironment::HEnvironment(HEnvironment* outer, function in class:v8::internal::HEnvironment
12425 HEnvironment::HEnvironment(Zone* zone, int parameter_count) function in class:v8::internal::HEnvironment
12441 HEnvironment::HEnvironment(const HEnvironment* other, Zone* zone) function in class:v8::internal::HEnvironment
12457 HEnvironment::HEnvironment(HEnvironment* outer, function in class:v8::internal::HEnvironment
[all...]

Completed in 170 milliseconds