Searched refs:_stackSize (Results 1 – 1 of 1) sorted by relevance
186 uint64_t stackSize() const { return _stackSize; } in stackSize()187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()469 uint64_t _stackSize = 0; variable