HomeSort by relevance Sort by last modified time
    Searched refs:method_offset (Results 1 - 13 of 13) sorted by null

  /system/core/libunwindstack/tests/
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...]
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);
  /system/core/libunwindstack/
DexFile.h 35 bool GetMethodInformation(uint64_t dex_offset, std::string* method_name, uint64_t* method_offset);
DexFiles.cpp 185 std::string* method_name, uint64_t* method_offset) {
200 dex_file->GetMethodInformation(dex_pc - addr, method_name, method_offset)) {
DexFile.cpp 62 uint64_t* method_offset) {
94 *method_offset = dex_offset - offset;
  /system/core/libunwindstack/include/unwindstack/
DexFiles.h 46 uint64_t* method_offset);
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 216 uint32_t method_offset,
224 CHECK_ALIGNED(method_offset, 4u);
226 uint32_t adrp_offset = method_offset + num_nops * 4u;
249 uint32_t method_offset,
251 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kLdrWInsn);
275 uint32_t method_offset,
277 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kAddXInsn);
    [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_mips64.cc     [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...]
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...]

Completed in 679 milliseconds