Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h61 void RemoveNativeDebugInfoForJit(const void* code_ptr);
Ddebugger_interface.cc603 void RemoveNativeDebugInfoForJit(const void* code_ptr) { in RemoveNativeDebugInfoForJit() function
Djit_code_cache.cc1036 RemoveNativeDebugInfoForJit(reinterpret_cast<const void*>(FromAllocationToCode(code))); in FreeLocked()