Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc388 work_insn_idx_(DexFile::kDexNoIndex), in MethodVerifier()
605 if (work_insn_idx_ < DexFile::kDexNoIndex) { in Fail()
606 const uint16_t* insns = code_item_->insns_ + work_insn_idx_; in Fail()
635 work_insn_idx_)); in Fail()
643 << '[' << reinterpret_cast<void*>(work_insn_idx_) << "] : "; in LogVerifyInfo()
1499 work_insn_idx_ = insn_idx; in CodeFlowVerifyMethod()
1513 << "@" << reinterpret_cast<void*>(work_insn_idx_) << "\n" in CodeFlowVerifyMethod()
1605 if (monitor_enter_dex_pcs_ != nullptr && work_insn_idx_ == interesting_dex_pc_) { in CodeFlowVerifyInstruction()
1630 const uint16_t* insns = code_item_->insns_ + work_insn_idx_; in CodeFlowVerifyInstruction()
1727 if (work_insn_idx_ == 0) { in CodeFlowVerifyInstruction()
[all …]
Dmethod_verifier.h691 uint32_t work_insn_idx_; variable