Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h712 uint32_t interesting_dex_pc_; variable
Dmethod_verifier.cc399 interesting_dex_pc_(-1), in MethodVerifier()
431 verifier.interesting_dex_pc_ = dex_pc; in FindLocksAtDexPc()
1605 if (monitor_enter_dex_pcs_ != nullptr && work_insn_idx_ == interesting_dex_pc_) { in CodeFlowVerifyInstruction()