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

/art/runtime/verifier/
H A Dmethod_verifier.cc1449 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); local
1466 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) {
1720 opcode_flags &= ~Instruction::kThrow;
2707 opcode_flags = Instruction::kThrow;
2732 if ((opcode_flags & Instruction::kBranch) != 0) {
2739 DCHECK_EQ(isConditional, (opcode_flags & Instruction::kContinue) != 0);
2761 if ((opcode_flags & Instruction::kSwitch) != 0) {
2799 if ((opcode_flags & Instruction::kThrow) != 0 && insn_flags_[work_insn_idx_].IsInTry()) {
2858 if ((opcode_flags & Instruction::kContinue) != 0) {
2905 if ((opcode_flags
[all...]

Completed in 12 milliseconds