Home
last modified time | relevance | path

Searched refs:MAPS_FLAGS_JIT_SYMFILE_MAP (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DMaps.h37 static constexpr int MAPS_FLAGS_JIT_SYMFILE_MAP = 0x4000; variable
/system/extras/simpleperf/
DOfflineUnwinder.cpp55 static_assert(map_flags::PROT_JIT_SYMFILE_MAP == unwindstack::MAPS_FLAGS_JIT_SYMFILE_MAP);
330 if (frame.map_info->flags() & unwindstack::MAPS_FLAGS_JIT_SYMFILE_MAP) { in UnwindCallChain()
/system/unwinding/libunwindstack/
DUnwinder.cpp169 if (!(map_info->flags() & MAPS_FLAGS_JIT_SYMFILE_MAP)) { in Unwind()
/system/unwinding/libunwindstack/tests/
DUnwindOfflineTest.cpp769 maps->Add(0xd025c788, 0xd025c9f0, 0, PROT_READ | PROT_EXEC | MAPS_FLAGS_JIT_SYMFILE_MAP, in TEST_F()
771 maps->Add(0xd025cd98, 0xd025cff4, 0, PROT_READ | PROT_EXEC | MAPS_FLAGS_JIT_SYMFILE_MAP, in TEST_F()