Home
last modified time | relevance | path

Searched refs:GetBlockAt (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.cc159 HBasicBlock* next_block = GetBlockAt(dex_pc); in ConnectBasicBlocks()
190 block->AddSuccessor(GetBlockAt(target_dex_pc)); in ConnectBasicBlocks()
197 block->AddSuccessor(GetBlockAt(target_dex_pc)); in ConnectBasicBlocks()
201 HBasicBlock* next_case_block = GetBlockAt(next_case_dex_pc); in ConnectBasicBlocks()
214 block->AddSuccessor(GetBlockAt(std::next(DexInstructionIterator(pair)).DexPc())); in ConnectBasicBlocks()
336 HBasicBlock* catch_block = GetBlockAt(address); in InsertTryBoundaryBlocks()
410 HBasicBlock* block = GetBlockAt(target_dex_pc); in InsertSynthesizedLoopsForOsr()
419 HBasicBlock* block = GetBlockAt(target_dex_pc); in InsertSynthesizedLoopsForOsr()
Dblock_builder.h45 HBasicBlock* GetBlockAt(uint32_t dex_pc) const { return branch_targets_[dex_pc]; } in GetBlockAt() function
Dinstruction_builder.cc118 return block_builder_->GetBlockAt(dex_pc); in FindBlockStartingAt()
388 if (block_dex_pc == kNoDexPc || current_block_ != block_builder_->GetBlockAt(block_dex_pc)) { in Build()