Home
last modified time | relevance | path

Searched refs:RemoveNativeDebugInfoForJit (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Ddebugger_interface.h57 void RemoveNativeDebugInfoForJit(Thread* self, const void* code_ptr);
Ddebugger_interface.cc394 void RemoveNativeDebugInfoForJit(Thread* self, const void* code_ptr) { in RemoveNativeDebugInfoForJit() function
Djit_code_cache.cc802 RemoveNativeDebugInfoForJit(Thread::Current(), code_ptr); in FreeCodeAndData()