Searched defs:InputStack (Results 1 – 1 of 1) sorted by relevance
39 struct InputStack { struct40 explicit InputStack(const std::vector<StackEntrySpec>& offsets) in InputStack() function52 uintptr_t bottom() const { in bottom()55 uintptr_t top() const { return bottom() + buffer.size() * sizeof(uintptr_t); } in top()58 std::vector<uintptr_t> buffer;