Searched refs:following_raw_instruction (Results 1 – 1 of 1) sorted by relevance
752 uint16_t following_raw_instruction = code_ptr[1]; in InlineMethod() local753 if ((following_raw_instruction == Instruction::kSparseSwitchSignature) || in InlineMethod()754 (following_raw_instruction == Instruction::kPackedSwitchSignature) || in InlineMethod()755 (following_raw_instruction == Instruction::kArrayDataSignature)) { in InlineMethod()