HomeSort by relevance Sort by last modified time
    Searched refs:temp_scoped_alloc_ (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
mir_optimization.cc 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);
    [all...]
ssa_transformation.cc 73 DCHECK(temp_scoped_alloc_.get() != nullptr);
74 ScopedArenaVector<BasicBlock*> succ(temp_scoped_alloc_->Adapter());
191 DCHECK(temp_scoped_alloc_.get() != nullptr);
193 temp_scoped_alloc_->Adapter());
498 ArenaBitVector* phi_blocks = new (temp_scoped_alloc_.get()) ArenaBitVector(
499 temp_scoped_alloc_.get(), GetNumBlocks(), false, kBitMapPhi);
500 ArenaBitVector* input_blocks = new (temp_scoped_alloc_.get()) ArenaBitVector(
501 temp_scoped_alloc_.get(), GetNumBlocks(), false, kBitMapInputBlocks);
mir_graph.cc 93 temp_scoped_alloc_(),
    [all...]
mir_graph.h 1164 std::unique_ptr<ScopedArenaAllocator> temp_scoped_alloc_; member in class:art::MIRGraph
    [all...]

Completed in 279 milliseconds