Lines Matching refs:IsOpcode
77 interesting = flags[i].IsOpcode();
1013 if (!GetInstructionFlags(start).IsOpcode()) {
1035 if (!GetInstructionFlags(dex_pc).IsOpcode()) {
1334 if (!GetInstructionFlags(cur_offset + array_data_offset).IsOpcode()) {
1377 !GetInstructionFlags(abs_offset).IsOpcode()) {
1447 if (!GetInstructionFlags(cur_offset + switch_offset).IsOpcode()) {
1519 !GetInstructionFlags(abs_offset).IsOpcode()) {
2281 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) {
2579 while (0 != instance_of_idx && !GetInstructionFlags(instance_of_idx).IsOpcode()) {
2582 if (FailOrAbort(this, GetInstructionFlags(instance_of_idx).IsOpcode(),
2643 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) {
2646 if (FailOrAbort(this, GetInstructionFlags(move_idx).IsOpcode(),
3631 DCHECK(GetInstructionFlags(*start_guess).IsOpcode());