Searched refs:FindBlockStartingAt (Results 1 – 2 of 2) sorted by relevance
81 HBasicBlock* FindBlockStartingAt(uint32_t dex_pc) const;
80 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const { in FindBlockStartingAt() function in art::HInstructionBuilder371 if (dex_pc != block_dex_pc && FindBlockStartingAt(dex_pc) != nullptr) { in Build()751 current_block_ = FindBlockStartingAt(it.GetDexPcForCurrentIndex()); in BuildSwitch()