Lines Matching refs:temp_scoped_alloc_
736 DCHECK(temp_scoped_alloc_.get() == nullptr);
737 temp_scoped_alloc_.reset(ScopedArenaAllocator::Create(&cu_->arena_stack));
739 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector(
740 temp_scoped_alloc_.get(), temp_bit_vector_size_, false, kBitMapTempSSARegisterV);
935 DCHECK(temp_scoped_alloc_.get() != nullptr);
936 bb->data_flow_info->ending_check_v = new (temp_scoped_alloc_.get()) ArenaBitVector(
937 temp_scoped_alloc_.get(), temp_bit_vector_size_, false, kBitMapNullCheck);
959 DCHECK(temp_scoped_alloc_.get() != nullptr);
960 temp_scoped_alloc_.reset();
977 DCHECK(temp_scoped_alloc_.get() == nullptr);
978 temp_scoped_alloc_.reset(ScopedArenaAllocator::Create(&cu_->arena_stack));
983 temp_scoped_alloc_->Alloc(end * sizeof(*temp_insn_data_), kArenaAllocGrowableArray));
1043 temp_scoped_alloc_.reset();
1048 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector(
1049 temp_scoped_alloc_.get(), temp_bit_vector_size_, false, kBitMapClInitCheck);
1127 DCHECK(temp_scoped_alloc_.get() != nullptr);
1129 bb->data_flow_info->ending_check_v = new (temp_scoped_alloc_.get()) ArenaBitVector(
1130 temp_scoped_alloc_.get(), temp_bit_vector_size_, false, kBitMapClInitCheck);
1153 DCHECK(temp_scoped_alloc_.get() != nullptr);
1154 temp_scoped_alloc_.reset();
1162 DCHECK(temp_scoped_alloc_ == nullptr);
1163 temp_scoped_alloc_.reset(ScopedArenaAllocator::Create(&cu_->arena_stack));
1166 new (temp_scoped_alloc_.get()) GlobalValueNumbering(cu_, temp_scoped_alloc_.get()));
1204 DCHECK(temp_scoped_alloc_ != nullptr);
1205 temp_scoped_alloc_.reset();
1249 DCHECK(temp_scoped_alloc_.get() == nullptr);
1250 temp_scoped_alloc_.reset(ScopedArenaAllocator::Create(&cu_->arena_stack));
1252 temp_bit_vector_ = new (temp_scoped_alloc_.get()) ArenaBitVector(
1253 temp_scoped_alloc_.get(), temp_bit_vector_size_, false, kBitMapMisc);
1255 temp_insn_data_ = static_cast<uint16_t*>(temp_scoped_alloc_->Alloc(
1298 DCHECK(temp_scoped_alloc_.get() != nullptr);
1299 temp_scoped_alloc_.reset();