Home
last modified time | relevance | path

Searched refs:dex_files_ (Results 1 – 6 of 6) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDexFilesTest.cpp56 dex_files_ = CreateDexFiles(arch, process_memory_); in Init()
121 std::unique_ptr<DexFiles> dex_files_; member in unwindstack::DexFilesTest
182 dex_files_->GetFunctionName(maps_.get(), 0, &method_name, &method_offset); in TEST_F()
195 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
210 dex_files_->GetFunctionName(maps_.get(), 0x301102, &method_name, &method_offset); in TEST_F()
224 dex_files_->GetFunctionName(maps_.get(), 0x300104, &method_name, &method_offset); in TEST_F()
240 dex_files_->GetFunctionName(maps_.get(), 0x300106, &method_name, &method_offset); in TEST_F()
253 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
259 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
275 dex_files_ = CreateDexFiles(ARCH_ARM, process_memory_, libs); in TEST_F()
[all …]
/system/unwinding/libbacktrace/
DUnwindStackMap.h60 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles()
72 std::unique_ptr<unwindstack::DexFiles> dex_files_; variable
DUnwindStackMap.cpp63 dex_files_ = CreateDexFiles(arch_, process_memory_, search_libs_); in Build()
/system/unwinding/libunwindstack/
DThreadUnwinder.cpp80 dex_files_ = unwinder->dex_files_; in ThreadUnwinder()
DUnwinder.cpp89 if (dex_files_ == nullptr) { in FillInDexFrame()
93 dex_files_->GetFunctionName(maps_, dex_pc, &frame->function_name, &frame->function_offset); in FillInDexFrame()
387 dex_files_ = dex_files; in SetDexFiles()
428 dex_files_ = dex_files_ptr_.get(); in Init()
429 SetDexFiles(dex_files_); in Init()
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h157 DexFiles* dex_files_ = nullptr; variable