Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h48 void RemoveNativeDebugInfoForDex(Thread* self, const DexFile* dexfile);
Ddebugger_interface.cc417 void RemoveNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in RemoveNativeDebugInfoForDex() function
/art/runtime/native/
Ddalvik_system_DexFile.cc396 RemoveNativeDebugInfoForDex(soa.Self(), dex_file); in DexFile_closeDexFile()