Lines Matching refs:opcode_flags
891 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in Fail() local
893 if ((opcode_flags & Instruction::kThrow) == 0 && CurrentInsnFlags()->IsInTry()) { in Fail()
1998 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction() local
2015 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) { in CodeFlowVerifyInstruction()
2325 opcode_flags &= ~Instruction::kThrow; in CodeFlowVerifyInstruction()
3420 opcode_flags = Instruction::kThrow; in CodeFlowVerifyInstruction()
3448 if ((opcode_flags & Instruction::kBranch) != 0) { in CodeFlowVerifyInstruction()
3455 DCHECK_EQ(isConditional, (opcode_flags & Instruction::kContinue) != 0); in CodeFlowVerifyInstruction()
3477 if ((opcode_flags & Instruction::kSwitch) != 0) { in CodeFlowVerifyInstruction()
3515 if ((opcode_flags & Instruction::kThrow) != 0 && GetInstructionFlags(work_insn_idx_).IsInTry()) { in CodeFlowVerifyInstruction()
3573 if ((opcode_flags & Instruction::kContinue) != 0) { in CodeFlowVerifyInstruction()
3612 if ((opcode_flags & Instruction::kReturn) != 0) { in CodeFlowVerifyInstruction()
3622 if ((opcode_flags & Instruction::kContinue) != 0) { in CodeFlowVerifyInstruction()
3625 } else if ((opcode_flags & Instruction::kBranch) != 0) { in CodeFlowVerifyInstruction()