Home
last modified time | relevance | path

Searched refs:CacheAfterCreateMemory (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h110 static bool CacheAfterCreateMemory(MapInfo* info);
/aosp12/system/unwinding/libunwindstack/
H A DMapInfo.cpp236 if (Elf::CacheAfterCreateMemory(this)) { in GetElf()
H A DElf.cpp391 bool Elf::CacheAfterCreateMemory(MapInfo* info) { in CacheAfterCreateMemory() function in unwindstack::Elf