Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h35 void RemoveNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile);
Ddebugger_interface.cc241 void RemoveNativeDebugInfoForDex(Thread* current_thread, ArrayRef<const uint8_t> dexfile) { in RemoveNativeDebugInfoForDex() function
/art/runtime/native/
Ddalvik_system_DexFile.cc336 RemoveNativeDebugInfoForDex(soa.Self(), ArrayRef<const uint8_t>(dex_file->Begin(), in DexFile_closeDexFile()