Home
last modified time | relevance | path

Searched defs:method_offset (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDexFilesTest.cpp189 uint64_t method_offset = 0x124; in TEST_F() local
198 uint64_t method_offset = 0x124; in TEST_F() local
213 uint64_t method_offset = 0x124; in TEST_F() local
226 uint64_t method_offset = 0x124; in TEST_F() local
242 uint64_t method_offset = 0x124; in TEST_F() local
256 uint64_t method_offset = 0x124; in TEST_F() local
275 uint64_t method_offset = 0x124; in TEST_F() local
307 uint64_t method_offset = 0x124; in TEST_F() local
334 uint64_t method_offset = 0x124; in TEST_F() local
359 uint64_t method_offset = 0x124; in TEST_F() local
[all …]
DDexFileTest.cpp186 uint64_t method_offset; in TEST() local
204 uint64_t method_offset; in TEST() local
224 uint64_t method_offset; in TEST() local
/system/unwinding/libunwindstack/
DDexFile.cpp125 bool DexFile::GetFunctionName(uint64_t dex_pc, SharedString* method_name, uint64_t* method_offset) { in GetFunctionName()