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