/system/core/libunwindstack/tests/ |
D | DexFilesTest.cpp | 164 dex_files_->GetMethodInformation(maps_.get(), info, 0, &method_name, &method_offset); in TEST_F() 178 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F() 194 dex_files_->GetMethodInformation(maps_.get(), info, 0x301102, &method_name, &method_offset); in TEST_F() 209 dex_files_->GetMethodInformation(maps_.get(), info, 0x300104, &method_name, &method_offset); in TEST_F() 226 dex_files_->GetMethodInformation(maps_.get(), info, 0x300106, &method_name, &method_offset); in TEST_F() 240 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F() 246 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F() 266 dex_files_->GetMethodInformation(maps_.get(), info, 0x300104, &method_name, &method_offset); in TEST_F() 281 dex_files_->GetMethodInformation(maps_.get(), info, 0x300104, &method_name, &method_offset); in TEST_F() 298 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); in TEST_F() [all …]
|
D | DexFileTest.cpp | 263 ASSERT_TRUE(dex_file->GetMethodInformation(0x102, &method, &method_offset)); in TEST() 267 ASSERT_TRUE(dex_file->GetMethodInformation(0x118, &method, &method_offset)); in TEST() 281 EXPECT_FALSE(dex_file->GetMethodInformation(0x100000, &method, &method_offset)); in TEST() 283 EXPECT_FALSE(dex_file->GetMethodInformation(0x98, &method, &method_offset)); in TEST()
|
/system/core/libunwindstack/ |
D | DexFiles.cpp | 175 void DexFiles::GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, in GetMethodInformation() function in unwindstack::DexFiles 191 dex_file->GetMethodInformation(dex_pc - addr, method_name, method_offset)) { in GetMethodInformation() 197 void DexFiles::GetMethodInformation(Maps*, MapInfo*, uint64_t, std::string*, uint64_t*) {} in GetMethodInformation() function in unwindstack::DexFiles
|
D | DexFile.h | 36 bool GetMethodInformation(uint64_t dex_offset, std::string* method_name, uint64_t* method_offset);
|
D | DexFile.cpp | 79 bool DexFile::GetMethodInformation(uint64_t dex_offset, std::string* method_name, in GetMethodInformation() function in unwindstack::DexFile
|
D | Unwinder.cpp | 90 dex_files_->GetMethodInformation(maps_, info, dex_pc, &frame->function_name, in FillInDexFrame()
|
/system/core/libunwindstack/include/unwindstack/ |
D | DexFiles.h | 47 void GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, std::string* method_name,
|