Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DDexFilesTest.cpp180 uint64_t method_offset = 0x124; in TEST_F() local
189 uint64_t method_offset = 0x124; in TEST_F() local
204 uint64_t method_offset = 0x124; in TEST_F() local
217 uint64_t method_offset = 0x124; in TEST_F() local
233 uint64_t method_offset = 0x124; in TEST_F() local
247 uint64_t method_offset = 0x124; in TEST_F() local
266 uint64_t method_offset = 0x124; in TEST_F() local
298 uint64_t method_offset = 0x124; in TEST_F() local
325 uint64_t method_offset = 0x124; in TEST_F() local
350 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()