Home
last modified time | relevance | path

Searched refs:GetAllocEntry (Results 1 – 2 of 2) sorted by relevance

/system/extras/memory_replay/
DThread.h43 const AllocEntry& GetAllocEntry() { return *entry_; } in GetAllocEntry() function
DThreads.cpp38 const AllocEntry& entry = thread->GetAllocEntry(); in ThreadRunner()