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

/art/compiler/dex/
H A Dmir_graph.cc791 uint16_t following_raw_instruction = code_ptr[1]; local
792 if ((following_raw_instruction == Instruction::kSparseSwitchSignature) ||
793 (following_raw_instruction == Instruction::kPackedSwitchSignature) ||
794 (following_raw_instruction == Instruction::kArrayDataSignature)) {

Completed in 550 milliseconds