Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.h45 class HEnvironment; variable
82 HEnvironment* last_environment() const { return last_environment_; } in last_environment()
107 void SetInitialEnvironment(HEnvironment* env);
110 void UpdateEnvironment(HEnvironment* env) { last_environment_ = env; } in UpdateEnvironment()
183 HEnvironment* last_environment_;
254 HEnvironment* start_environment() const { return start_environment_; } in start_environment()
364 HEnvironment* start_environment_;
390 class HEnvironment: public ZoneObject {
392 HEnvironment(HEnvironment* outer,
396 HEnvironment* DiscardInlined(bool drop_extra) { in DiscardInlined()
[all …]
Dhydrogen.cc125 HEnvironment* environment = last_environment(); in CreateDeoptimize()
138 HEnvironment* environment = last_environment(); in CreateSimulate()
193 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) { in SetInitialEnvironment()
261 HEnvironment* incoming_env = pred->last_environment(); in RegisterPredecessor()
676 new(zone()) HEnvironment(NULL, info->scope(), info->closure()); in HGraph()
2478 HEnvironment* initial_env = environment()->CopyWithoutHistory(); in CreateGraph()
2684 HBasicBlock* HGraphBuilder::CreateBasicBlock(HEnvironment* env) { in CreateBasicBlock()
2693 HEnvironment* entry_env = environment()->CopyAsLoopHeader(header); in CreateLoopHeaderBlock()
5228 HEnvironment* env = environment(); in TryInline()
5358 HEnvironment* inner_env = in TryInline()
[all …]
Dhydrogen-instructions.h47 class HEnvironment; variable
/external/v8/src/arm/
Dlithium-arm.cc727 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()
924 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
942 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
996 HEnvironment* hydrogen_env, in CreateEnvironment()
2225 HEnvironment* env = current_block_->last_environment(); in DoSimulate()
2266 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()
2268 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()
2284 HEnvironment* outer = current_block_->last_environment()-> in DoLeaveInlined()
Dlithium-arm.h2378 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
/external/v8/src/x64/
Dlithium-x64.cc722 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()
919 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
937 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
991 HEnvironment* hydrogen_env, in CreateEnvironment()
2224 HEnvironment* env = current_block_->last_environment(); in DoSimulate()
2265 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()
2267 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()
2283 HEnvironment* outer = current_block_->last_environment()-> in DoLeaveInlined()
Dlithium-x64.h2344 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
/external/v8/src/ia32/
Dlithium-ia32.cc724 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()
925 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
943 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
997 HEnvironment* hydrogen_env, in CreateEnvironment()
2330 HEnvironment* env = current_block_->last_environment(); in DoSimulate()
2375 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()
2377 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()
2393 HEnvironment* outer = current_block_->last_environment()-> in DoLeaveInlined()
Dlithium-ia32.h2480 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
/external/v8/src/mips/
Dlithium-mips.cc727 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()
924 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
942 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()
996 HEnvironment* hydrogen_env, in CreateEnvironment()
2230 HEnvironment* env = current_block_->last_environment(); in DoSimulate()
2271 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()
2273 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()
2289 HEnvironment* outer = current_block_->last_environment()-> in DoLeaveInlined()
Dlithium-mips.h2358 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,