Home
last modified time | relevance | path

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

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