Home
last modified time | relevance | path

Searched refs:DexLockInfo (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.h137 struct DexLockInfo { struct
143 explicit DexLockInfo(uint32_t dex_pc_in) { in DexLockInfo() function
152 std::vector<DexLockInfo>* monitor_enter_dex_pcs,
Dmethod_verifier.cc607 std::vector<DexLockInfo>* monitor_enter_dex_pcs_;
2002 std::map<uint32_t, DexLockInfo> depth_to_lock_info; in CodeFlowVerifyInstruction()
2004 auto insert_pair = depth_to_lock_info.emplace(depth, DexLockInfo(depth)); in CodeFlowVerifyInstruction()
5365 std::vector<MethodVerifier::DexLockInfo>* monitor_enter_dex_pcs, in FindLocksAtDexPc()
/art/runtime/
Dmonitor.cc1465 std::vector<verifier::MethodVerifier::DexLockInfo> monitor_enter_dex_pcs; in VisitLocks()
1470 for (verifier::MethodVerifier::DexLockInfo& dex_lock_info : monitor_enter_dex_pcs) { in VisitLocks()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h71 std::vector<verifier::MethodVerifier::DexLockInfo> locks; in UnlockHeldMonitors()