Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h772 uint32_t interesting_dex_pc_; variable
Dmethod_verifier.cc527 interesting_dex_pc_(-1), in MethodVerifier()
573 verifier.interesting_dex_pc_ = dex_pc; in FindLocksAtDexPc()
1971 if (monitor_enter_dex_pcs_ != nullptr && work_insn_idx_ == interesting_dex_pc_) { in CodeFlowVerifyInstruction()