Home
last modified time | relevance | path

Searched refs:MaxActionSize (Results 1 – 4 of 4) sorted by relevance

/system/extras/memory_replay/
DAction.h37 static size_t MaxActionSize();
DThreads.cpp60 if (Thread::ACTION_SIZE < Action::MaxActionSize()) { in Threads()
62 Thread::ACTION_SIZE, Action::MaxActionSize()); in Threads()
DAction.cpp171 size_t Action::MaxActionSize() { in MaxActionSize() function in Action
/system/extras/memory_replay/tests/
DActionTest.cpp25 uint8_t memory[Action::MaxActionSize()]; in TEST()