Searched refs:GetNextBlockToEmit (Results 1 – 2 of 2) sorted by relevance
199 HBasicBlock* GetNextBlockToEmit() const;
309 return GetNextBlockToEmit() == FirstNonEmptyBlock(next); in GoesToNextBlock()312 HBasicBlock* CodeGenerator::GetNextBlockToEmit() const { in GetNextBlockToEmit() function in art::CodeGenerator