Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DUnwinder.cpp386 void Unwinder::SetDexFiles(DexFiles* dex_files) { in SetDexFiles() function in unwindstack::Unwinder
429 SetDexFiles(dex_files_); in Init()
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h119 void SetDexFiles(DexFiles* dex_files);
/system/unwinding/libbacktrace/
DUnwindStack.cpp59 unwinder.SetDexFiles(stack_map->GetDexFiles()); in Unwind()
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp1179 unwinder.SetDexFiles(dex_files.get()); in TEST_F()