Searched refs:DexLockInfo (Results 1 – 4 of 4) sorted by relevance
137 struct DexLockInfo { struct143 explicit DexLockInfo(uint32_t dex_pc_in) { in DexLockInfo() function152 std::vector<DexLockInfo>* monitor_enter_dex_pcs,
607 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()
1465 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()
71 std::vector<verifier::MethodVerifier::DexLockInfo> locks; in UnlockHeldMonitors()