Lines Matching refs:allocator_
303 UsePosition* new_use = new (allocator_) UsePosition(instruction, temp_index, position); in AddTempUse()
353 UsePosition* new_use = new (allocator_) UsePosition(instruction, input_index, position);
364 new (allocator_) EnvUsePosition(environment, input_index, position);
368 UsePosition* new_use = new (allocator_) UsePosition(instruction, input_index, position);
376 new (allocator_) LiveRange(start_block_position, position, nullptr);
392 new (allocator_) LiveRange(start_block_position, position, first_range_);
402 new (allocator_) UsePosition(instruction, input_index, block->GetLifetimeEnd()); in AddPhiUse()
409 new (allocator_) LiveRange(start, end, first_range_); in AddRange()
418 first_range_ = range_search_start_ = new (allocator_) LiveRange(start, end, first_range_); in AddRange()
436 new (allocator_) LiveRange(start, end, nullptr); in AddLoopRange()
466 new (allocator_) LiveRange(from, from + 2, nullptr); in SetFrom()
662 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_); in SplitAt()
712 last_range_ = new (allocator_) LiveRange(current->start_, position, nullptr); in SplitAt()
852 high_or_low_interval_ = new (allocator_) LiveInterval(
853 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true);
856 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
862 UsePosition* new_use = use.Clone(allocator_);
868 EnvUsePosition* new_env_use = env_use.Clone(allocator_);
932 SafepointPosition* safepoint = new (allocator_) SafepointPosition(instruction); in AddSafepoint()
987 : allocator_(allocator), in allocator_() function
1088 UsePosition* new_use = new (allocator_) UsePosition(back_edge_use_position); in AddBackEdgeUses()
1093 ScopedArenaAllocator* const allocator_; variable
1176 allocator_(allocator), in SsaLivenessAnalysis()
1179 allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1180 instructions_from_ssa_index_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1181 instructions_from_lifetime_position_(allocator_->Adapter(kArenaAllocSsaLiveness)), in SsaLivenessAnalysis()
1315 ScopedArenaAllocator* const allocator_; variable