Home
last modified time | relevance | path

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

/aosp12/system/extras/memory_replay/
H A DAlloc.h49 uint64_t AllocExecute(const AllocEntry& entry, Pointers* pointers);
H A DThreads.cpp39 thread->AddTimeNsecs(AllocExecute(entry, thread->pointers())); in ThreadRunner()
H A DAlloc.cpp163 uint64_t AllocExecute(const AllocEntry& entry, Pointers* pointers) { in AllocExecute() function