Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc740 static bool IsFallthroughInstruction(const Instruction& instruction, in IsFallthroughInstruction() function
753 DCHECK(IsFallthroughInstruction(instruction, dex_pc, current_block_)); in BuildSwitch()