Searched defs:GetBasicBlock (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dglobal_value_numbering.h193 const BasicBlock* GetBasicBlock(uint16_t bb_id) const { function in class:art::GlobalValueNumbering
194 return mir_graph_->GetBasicBlock(bb_id);
H A Dmir_graph.h630 BasicBlock* GetBasicBlock(unsigned int block_id) const { function in class:art::MIRGraph
1042 uint16_t target_depth = GetBasicBlock(target_bb_id)->nesting_depth;

Completed in 55 milliseconds