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

  /art/compiler/dex/
ssa_transformation.cc 97 dfs_order_ = new (arena_) GrowableArray<BasicBlockId>(arena_, GetNumBlocks(),
106 dfs_post_order_ = new (arena_) GrowableArray<BasicBlockId>(arena_, GetNumBlocks(),
159 new (arena_) ArenaBitVector(arena_, GetNumBlocks(), false, kBitMapBMatrix);
499 temp_scoped_alloc_.get(), GetNumBlocks(), false, kBitMapPhi);
501 temp_scoped_alloc_.get(), GetNumBlocks(), false, kBitMapInputBlocks);
mir_graph_test.cc 122 ASSERT_EQ(cu_.mir_graph->GetNumBlocks(), cu_.mir_graph->topological_order_indexes_->Size());
124 ASSERT_LT(cu_.mir_graph->topological_order_->Get(i), cu_.mir_graph->GetNumBlocks());
global_value_numbering.cc 37 lvns_(mir_graph_->GetNumBlocks(), nullptr, allocator->Adapter()),
frontend.cc 579 for (unsigned int idx = 0; idx < cu.mir_graph->GetNumBlocks(); idx++) {
796 LOG(INFO) << "MEMINFO " << cu.arena.BytesAllocated() << " " << cu.mir_graph->GetNumBlocks()
mir_graph.cc     [all...]
mir_graph.h 576 unsigned int GetNumBlocks() const {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc     [all...]

Completed in 1927 milliseconds