Lines Matching refs:allocator_

305     UsePosition* new_use = new (allocator_) UsePosition(instruction, temp_index, position);  in AddTempUse()
355 UsePosition* new_use = new (allocator_) UsePosition(instruction, input_index, position);
366 new (allocator_) EnvUsePosition(environment, input_index, position);
370 UsePosition* new_use = new (allocator_) UsePosition(instruction, input_index, position);
378 new (allocator_) LiveRange(start_block_position, position, nullptr);
394 new (allocator_) LiveRange(start_block_position, position, first_range_);
404 new (allocator_) UsePosition(instruction, input_index, block->GetLifetimeEnd()); in AddPhiUse()
411 new (allocator_) LiveRange(start, end, first_range_); in AddRange()
420 first_range_ = range_search_start_ = new (allocator_) LiveRange(start, end, first_range_); in AddRange()
438 new (allocator_) LiveRange(start, end, nullptr); in AddLoopRange()
468 new (allocator_) LiveRange(from, from + 2, nullptr); in SetFrom()
664 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_); in SplitAt()
714 last_range_ = new (allocator_) LiveRange(current->start_, position, nullptr); in SplitAt()
854 high_or_low_interval_ = new (allocator_) LiveInterval(
855 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true);
858 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
864 UsePosition* new_use = use.Clone(allocator_);
870 EnvUsePosition* new_env_use = env_use.Clone(allocator_);
934 SafepointPosition* safepoint = new (allocator_) SafepointPosition(instruction); in AddSafepoint()
989 : allocator_(allocator), in allocator_() function
1090 UsePosition* new_use = new (allocator_) UsePosition(back_edge_use_position); in AddBackEdgeUses()
1095 ScopedArenaAllocator* const allocator_; variable
1178 allocator_(allocator), in SsaLivenessAnalysis()
1181 allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1182 instructions_from_ssa_index_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1183 instructions_from_lifetime_position_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1317 ScopedArenaAllocator* const allocator_; variable