Searched refs:stackId (Results 1 – 1 of 1) sorted by relevance
379 std::array<int32, 256> stackId; variable395 MT_VERIFY(stackIndex < (int32)stackId.size(), "Stack is too deep.", return nullptr); in AllocObject()403 stackId[stackIndex] = (index + 1); in AllocObject()437 return stackId[top - 1]; in Top()446 stackId[index] = 0; in Pop()492 int32 stackIdCount = (int32)stackId.size(); in Reset()495 stackId[i] = std::numeric_limits<int32>::lowest(); in Reset()