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

/art/runtime/verifier/
H A Dmethod_verifier.cc1466 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); local
1483 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) {
1743 opcode_flags &= ~Instruction::kThrow;
2742 opcode_flags = Instruction::kThrow;
2767 if ((opcode_flags & Instruction::kBranch) != 0) {
2774 DCHECK_EQ(isConditional, (opcode_flags & Instruction::kContinue) != 0);
2796 if ((opcode_flags & Instruction::kSwitch) != 0) {
2834 if ((opcode_flags & Instruction::kThrow) != 0 && insn_flags_[work_insn_idx_].IsInTry()) {
2893 if ((opcode_flags & Instruction::kContinue) != 0) {
2940 if ((opcode_flags
[all...]

Completed in 60 milliseconds