Searched refs:prev_idx (Results 1 – 2 of 2) sorted by relevance
2342 uint32_t prev_idx = work_insn_idx_ - 1; in CodeFlowVerifyInstruction() local2343 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()2344 prev_idx--; in CodeFlowVerifyInstruction()2346 const Instruction& prev_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction()2366 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()2369 prev_idx--; in CodeFlowVerifyInstruction()2370 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()2371 prev_idx--; in CodeFlowVerifyInstruction()2373 const Instruction& prev2_inst = code_item_accessor_.InstructionAt(prev_idx); in CodeFlowVerifyInstruction()
2582 dex::TypeIndex prev_idx = prev_it.GetTypeIdx(); in CheckInterProtoIdItem() local2584 DCHECK_NE(prev_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem()2587 if (prev_idx < curr_idx) { in CheckInterProtoIdItem()2589 } else if (UNLIKELY(prev_idx > curr_idx)) { in CheckInterProtoIdItem()