Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h715 std::vector<uint32_t>* monitor_enter_dex_pcs_; variable
Dmethod_verifier.cc400 monitor_enter_dex_pcs_(nullptr), in MethodVerifier()
432 verifier.monitor_enter_dex_pcs_ = monitor_enter_dex_pcs; in FindLocksAtDexPc()
453 CHECK(monitor_enter_dex_pcs_ != nullptr); in FindLocksAtDexPc()
1605 if (monitor_enter_dex_pcs_ != nullptr && work_insn_idx_ == interesting_dex_pc_) { in CodeFlowVerifyInstruction()
1606 monitor_enter_dex_pcs_->clear(); // The new work line is more accurate than the previous one. in CodeFlowVerifyInstruction()
1608 monitor_enter_dex_pcs_->push_back(work_line_->GetMonitorEnterDexPc(i)); in CodeFlowVerifyInstruction()