Home
last modified time | relevance | path

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

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