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