Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DDexFilesTest.cpp51 dex_files_.reset(new DexFiles(process_memory_)); in Init()
52 dex_files_->SetArch(arch); in Init()
104 std::unique_ptr<DexFiles> dex_files_; member in unwindstack::DexFilesTest
149 dex_files_->GetMethodInformation(maps_.get(), info, 0, &method_name, &method_offset); in TEST_F()
163 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F()
179 dex_files_->GetMethodInformation(maps_.get(), info, 0x301102, &method_name, &method_offset); in TEST_F()
194 dex_files_->GetMethodInformation(maps_.get(), info, 0x300104, &method_name, &method_offset); in TEST_F()
211 dex_files_->GetMethodInformation(maps_.get(), info, 0x300106, &method_name, &method_offset); in TEST_F()
225 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F()
231 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F()
[all …]
/system/core/libbacktrace/
DUnwindStackMap.h59 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles()
71 std::unique_ptr<unwindstack::DexFiles> dex_files_; variable
DUnwindStackMap.cpp50 dex_files_.reset(new unwindstack::DexFiles(process_memory_, search_libs_)); in Build()
/system/core/libunwindstack/
DUnwinder.cpp84 if (dex_files_ == nullptr) { in FillInDexFrame()
88 dex_files_->GetMethodInformation(maps_, info, dex_pc, &frame->function_name, in FillInDexFrame()
362 dex_files_ = dex_files; in SetDexFiles()
384 dex_files_ = dex_files_ptr_.get(); in Init()
385 SetDexFiles(dex_files_, arch); in Init()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h132 DexFiles* dex_files_ = nullptr; variable