Searched refs:opcode_flags (Results 1 – 1 of 1) sorted by relevance
2057 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction() local2074 if (((opcode_flags & Instruction::kThrow) != 0 || IsCompatThrow(inst->Opcode())) && in CodeFlowVerifyInstruction()2425 opcode_flags &= ~Instruction::kThrow; in CodeFlowVerifyInstruction()3493 LogVerifyInfo() << "Elevating opcode flags from " << opcode_flags << " to Throw"; in CodeFlowVerifyInstruction()3495 opcode_flags = Instruction::kThrow; in CodeFlowVerifyInstruction()3521 if ((opcode_flags & Instruction::kBranch) != 0) { in CodeFlowVerifyInstruction()3528 DCHECK_EQ(isConditional, (opcode_flags & Instruction::kContinue) != 0); in CodeFlowVerifyInstruction()3551 if ((opcode_flags & Instruction::kSwitch) != 0) { in CodeFlowVerifyInstruction()3589 if ((opcode_flags & Instruction::kThrow) != 0 && GetInstructionFlags(work_insn_idx_).IsInTry()) { in CodeFlowVerifyInstruction()3653 if ((opcode_flags & Instruction::kContinue) != 0 && !exc_handler_unreachable) { in CodeFlowVerifyInstruction()[all …]