Searched refs:dex_files_ (Results 1 – 6 of 6) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | DexFilesTest.cpp | 56 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/ |
D | UnwindStackMap.h | 60 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); } in GetDexFiles() 72 std::unique_ptr<unwindstack::DexFiles> dex_files_; variable
|
D | UnwindStackMap.cpp | 63 dex_files_ = CreateDexFiles(arch_, process_memory_, search_libs_); in Build()
|
/system/unwinding/libunwindstack/ |
D | ThreadUnwinder.cpp | 80 dex_files_ = unwinder->dex_files_; in ThreadUnwinder()
|
D | Unwinder.cpp | 89 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/ |
D | Unwinder.h | 157 DexFiles* dex_files_ = nullptr; variable
|