Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h45 void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile);
Ddebugger_interface.cc410 void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in AddNativeDebugInfoForDex() function
/art/runtime/
Dclass_linker.cc4106 AddNativeDebugInfoForDex(self, data.dex_file); in RegisterDexFileLocked()