Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Ddebugger_interface.h45 void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile);
H A Ddebugger_interface.cc426 void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in AddNativeDebugInfoForDex() function
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc4308 AddNativeDebugInfoForDex(self, &dex_file); in RegisterDexFileLocked()