Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindStackMap.h60 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles() function
DUnwindStack.cpp58 if (stack_map->GetDexFiles() != nullptr) { in Unwind()
59 unwinder.SetDexFiles(stack_map->GetDexFiles(), regs->Arch()); in Unwind()
/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.h80 std::unique_ptr<unwindstack::DexFiles> GetDexFiles(FuzzedDataProvider* data_provider,
DUnwinderComponentCreator.cpp346 std::unique_ptr<DexFiles> GetDexFiles(FuzzedDataProvider* data_provider, in GetDexFiles() function