Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DJitDebug.cpp39 return CreateGlobalDebugImpl<Elf>(arch, memory, search_libs, "__jit_debug_descriptor"); in CreateJitDebug()
DDexFiles.cpp38 return CreateGlobalDebugImpl<DexFile>(arch, memory, search_libs, "__dex_debug_descriptor"); in CreateDexFiles()
DGlobalDebugImpl.h389 std::unique_ptr<GlobalDebugInterface<Symfile>> CreateGlobalDebugImpl( in CreateGlobalDebugImpl() function