Home
last modified time | relevance | path

Searched refs:GetDexFiles (Results 1 – 2 of 2) sorted by relevance

/system/core/libbacktrace/
DUnwindStackMap.h59 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles() function
DUnwindStack.cpp57 if (stack_map->GetDexFiles() != nullptr) { in Unwind()
58 unwinder.SetDexFiles(stack_map->GetDexFiles(), regs->Arch()); in Unwind()