Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DThread.h45 Action* GetAction() { return reinterpret_cast<Action*>(action_memory_); } in GetAction()
61 uint8_t action_memory_[ACTION_SIZE]; variable
DThread.cpp61 return Action::CreateAction(key_pointer, type, line, action_memory_); in CreateAction()