Searched refs:current_thread (Results 1 – 2 of 2) sorted by relevance
31 void AddNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile);35 void RemoveNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile);
229 void AddNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile) { in AddNativeDebugInfoForDex() argument230 MutexLock mu(current_thread, *Locks::native_debug_interface_lock_); in AddNativeDebugInfoForDex()241 void RemoveNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile) { in RemoveNativeDebugInfoForDex() argument242 MutexLock mu(current_thread, *Locks::native_debug_interface_lock_); in RemoveNativeDebugInfoForDex()