/system/core/libunwindstack/tests/ |
DexFileTest.cpp | 193 uint64_t method_offset = 100; local 195 dex_file.GetMethodInformation(0x100, &method, &method_offset); 197 EXPECT_EQ(100U, method_offset); 208 uint64_t method_offset; local 209 dex_file->GetMethodInformation(0x102, &method, &method_offset); 211 EXPECT_EQ(2U, method_offset); 214 method_offset = 0x123; 215 dex_file->GetMethodInformation(0x100000, &method, &method_offset); 217 EXPECT_EQ(0x123U, method_offset);
|
DexFilesTest.cpp | 148 uint64_t method_offset = 0x124; local 151 dex_files_->GetMethodInformation(maps_.get(), info, 0, &method_name, &method_offset); 153 EXPECT_EQ(0x124U, method_offset); 158 uint64_t method_offset = 0x124; local 165 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset); 167 EXPECT_EQ(0U, method_offset); 172 uint64_t method_offset = 0x124; local 180 dex_files_->GetMethodInformation(maps_.get(), info, 0x301102, &method_name, &method_offset); 182 EXPECT_EQ(2U, method_offset); 187 uint64_t method_offset = 0x124 local 202 uint64_t method_offset = 0x124; local 218 uint64_t method_offset = 0x124; local 238 uint64_t method_offset = 0x124; local 270 uint64_t method_offset = 0x124; local 297 uint64_t method_offset = 0x124; local [all...] |
/art/compiler/optimizing/ |
code_generator_arm64.cc | 4374 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local 4519 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local [all...] |
code_generator_arm_vixl.cc | 3637 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local 8955 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local [all...] |
code_generator_mips.cc | 7656 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local 7901 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local 9526 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local 9533 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local [all...] |
code_generator_x86.cc | 2292 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local 4266 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local 4271 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local 4569 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local [all...] |
code_generator_x86_64.cc | 1032 size_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local 2465 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local 4115 uint32_t method_offset = mirror::Class::EmbeddedVTableEntryOffset( local 4120 uint32_t method_offset = static_cast<uint32_t>(ImTable::OffsetOfElement( local [all...] |