Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DUnwinder.cpp386 void Unwinder::SetDexFiles(DexFiles* dex_files) { in SetDexFiles() argument
387 dex_files_ = dex_files; in SetDexFiles()
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h119 void SetDexFiles(DexFiles* dex_files);
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp1177 std::unique_ptr<DexFiles> dex_files = CreateDexFiles(regs_.Arch(), process_memory_); in TEST_F() local
1179 unwinder.SetDexFiles(dex_files.get()); in TEST_F()