Home
last modified time | relevance | path

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

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