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

/external/v8/src/
H A Dhydrogen.h45 class HEnvironment;
82 HEnvironment* last_environment() const { return last_environment_; }
107 void SetInitialEnvironment(HEnvironment* env);
110 void UpdateEnvironment(HEnvironment* env) { last_environment_ = env; }
183 HEnvironment* last_environment_;
254 HEnvironment* start_environment() const { return start_environment_; }
364 HEnvironment* start_environment_;
390 class HEnvironment: public ZoneObject { class in namespace:v8::internal
392 HEnvironment(HEnvironment* oute
[all...]
H A Dhydrogen.cc125 HEnvironment* environment = last_environment();
138 HEnvironment* environment = last_environment();
193 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
261 HEnvironment* incoming_env = pred->last_environment();
676 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
2478 HEnvironment* initial_env = environment()->CopyWithoutHistory();
2684 HBasicBlock* HGraphBuilder::CreateBasicBlock(HEnvironment* env) {
2693 HEnvironment* entry_env = environment()->CopyAsLoopHeader(header);
5228 HEnvironment* env = environment();
5358 HEnvironment* inner_en
7601 HEnvironment::HEnvironment(HEnvironment* outer, function in class:HEnvironment
7619 HEnvironment::HEnvironment(const HEnvironment* other) function in class:HEnvironment
7634 HEnvironment::HEnvironment(HEnvironment* outer, function in class:HEnvironment
[all...]
H A Dhydrogen-instructions.h47 class HEnvironment;
/external/v8/src/arm/
H A Dlithium-arm.cc727 HEnvironment* hydrogen_env = current_block_->last_environment();
924 HEnvironment* last_environment = pred->last_environment();
942 HEnvironment* last_environment = pred->last_environment();
996 HEnvironment* hydrogen_env,
2225 HEnvironment* env = current_block_->last_environment();
2266 HEnvironment* outer = current_block_->last_environment();
2268 HEnvironment* inner = outer->CopyForInlining(instr->closure(),
2284 HEnvironment* outer = current_block_->last_environment()->
H A Dlithium-arm.h2378 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
/external/v8/src/mips/
H A Dlithium-mips.cc727 HEnvironment* hydrogen_env = current_block_->last_environment();
924 HEnvironment* last_environment = pred->last_environment();
942 HEnvironment* last_environment = pred->last_environment();
996 HEnvironment* hydrogen_env,
2230 HEnvironment* env = current_block_->last_environment();
2271 HEnvironment* outer = current_block_->last_environment();
2273 HEnvironment* inner = outer->CopyForInlining(instr->closure(),
2289 HEnvironment* outer = current_block_->last_environment()->
H A Dlithium-mips.h2358 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
/external/v8/src/x64/
H A Dlithium-x64.cc722 HEnvironment* hydrogen_env = current_block_->last_environment();
919 HEnvironment* last_environment = pred->last_environment();
937 HEnvironment* last_environment = pred->last_environment();
991 HEnvironment* hydrogen_env,
2224 HEnvironment* env = current_block_->last_environment();
2265 HEnvironment* outer = current_block_->last_environment();
2267 HEnvironment* inner = outer->CopyForInlining(instr->closure(),
2283 HEnvironment* outer = current_block_->last_environment()->
H A Dlithium-x64.h2344 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
/external/v8/src/ia32/
H A Dlithium-ia32.cc724 HEnvironment* hydrogen_env = current_block_->last_environment();
925 HEnvironment* last_environment = pred->last_environment();
943 HEnvironment* last_environment = pred->last_environment();
997 HEnvironment* hydrogen_env,
2330 HEnvironment* env = current_block_->last_environment();
2375 HEnvironment* outer = current_block_->last_environment();
2377 HEnvironment* inner = outer->CopyForInlining(instr->closure(),
2393 HEnvironment* outer = current_block_->last_environment()->
H A Dlithium-ia32.h2480 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,

Completed in 420 milliseconds