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

/art/compiler/optimizing/
H A Dinstruction_builder.cc32 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const { function in class:art::HInstructionBuilder
313 if (dex_pc != block_dex_pc && FindBlockStartingAt(dex_pc) != nullptr) {
612 current_block_ = FindBlockStartingAt(it.GetDexPcForCurrentIndex());

Completed in 85 milliseconds