HomeSort by relevance Sort by last modified time
    Searched refs:action_memory_ (Results 1 - 2 of 2) sorted by null

  /system/extras/memory_replay/
Thread.h 45 Action* GetAction() { return reinterpret_cast<Action*>(action_memory_); }
61 uint8_t action_memory_[ACTION_SIZE]; member in class:Thread
Thread.cpp 61 return Action::CreateAction(key_pointer, type, line, action_memory_);

Completed in 151 milliseconds