Searched refs:HEnvironment (Results 1 – 9 of 9) sorted by relevance
43 class HEnvironment; variable80 HEnvironment* last_environment() const { return last_environment_; } in last_environment()104 void SetInitialEnvironment(HEnvironment* env);107 void UpdateEnvironment(HEnvironment* env) { last_environment_ = env; } in UpdateEnvironment()167 HEnvironment* last_environment_;212 HEnvironment* start_environment() const { return start_environment_; } in start_environment()295 HEnvironment* start_environment_;313 class HEnvironment: public ZoneObject {315 HEnvironment(HEnvironment* outer,327 HEnvironment* outer() const { return outer_; } in outer()[all …]
121 HEnvironment* environment = last_environment(); in CreateDeoptimize()136 HEnvironment* environment = last_environment(); in CreateSimulate()193 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) { in SetInitialEnvironment()250 HEnvironment* incoming_env = pred->last_environment(); in RegisterPredecessor()584 new(zone()) HEnvironment(NULL, info->scope(), info->closure()); in HGraph()2239 HEnvironment* initial_env = environment()->CopyWithoutHistory(); in CreateGraph()2403 HBasicBlock* HGraphBuilder::CreateBasicBlock(HEnvironment* env) { in CreateBasicBlock()2412 HEnvironment* entry_env = environment()->CopyAsLoopHeader(header); in CreateLoopHeaderBlock()4043 HEnvironment* env = environment(); in TryInline()4146 HEnvironment* inner_env = in TryInline()[all …]
43 class HEnvironment; variable
702 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()912 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()930 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()994 LEnvironment* LChunkBuilder::CreateEnvironment(HEnvironment* hydrogen_env) { in CreateEnvironment()2063 HEnvironment* env = current_block_->last_environment(); in DoSimulate()2099 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()2101 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()2112 HEnvironment* outer = current_block_->last_environment()->outer(); in DoLeaveInlined()
2132 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env);
701 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()910 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()928 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()992 LEnvironment* LChunkBuilder::CreateEnvironment(HEnvironment* hydrogen_env) { in CreateEnvironment()2127 HEnvironment* env = current_block_->last_environment(); in DoSimulate()2164 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()2166 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()2177 HEnvironment* outer = current_block_->last_environment()->outer(); in DoLeaveInlined()
2206 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env);
707 HEnvironment* hydrogen_env = current_block_->last_environment(); in AssignEnvironment()917 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()935 HEnvironment* last_environment = pred->last_environment(); in DoBasicBlock()999 LEnvironment* LChunkBuilder::CreateEnvironment(HEnvironment* hydrogen_env) { in CreateEnvironment()2069 HEnvironment* env = current_block_->last_environment(); in DoSimulate()2105 HEnvironment* outer = current_block_->last_environment(); in DoEnterInlined()2107 HEnvironment* inner = outer->CopyForInlining(instr->closure(), in DoEnterInlined()2118 HEnvironment* outer = current_block_->last_environment()->outer(); in DoLeaveInlined()
2149 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env);