Home
last modified time | relevance | path

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

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