Home
last modified time | relevance | path

Searched refs:work_insn_idx_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc704 return &GetModifiableInstructionFlags(work_insn_idx_); in CurrentInsnFlags()
739 << dex_file_->PrettyMethod(dex_method_idx_, true) << "@" << work_insn_idx_; in GetMethodIdxOfInvoke()
741 uint16_t method_idx = method_being_verified_->GetIndexFromQuickening(work_insn_idx_); in GetMethodIdxOfInvoke()
758 uint16_t field_idx = method_being_verified_->GetIndexFromQuickening(work_insn_idx_); in GetFieldIdxOfFieldAccess()
1899 work_insn_idx_ = insn_idx; in CodeFlowVerifyMethod()
1913 << "@" << reinterpret_cast<void*>(work_insn_idx_) << "\n" in CodeFlowVerifyMethod()
1924 if (kMonitorDexPCs && UNLIKELY(work_insn_idx_ == interesting_dex_pc_)) { in CodeFlowVerifyMethod()
2056 const uint16_t* insns = code_item_accessor_.Insns() + work_insn_idx_; in CodeFlowVerifyInstruction()
2338 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction()
2341 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h330 uint32_t work_insn_idx_; variable