Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h31 void AddNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile);
35 void RemoveNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile);
Ddebugger_interface.cc229 void AddNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile) { in AddNativeDebugInfoForDex() argument
230 MutexLock mu(current_thread, *Locks::native_debug_interface_lock_); in AddNativeDebugInfoForDex()
241 void RemoveNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile) { in RemoveNativeDebugInfoForDex() argument
242 MutexLock mu(current_thread, *Locks::native_debug_interface_lock_); in RemoveNativeDebugInfoForDex()