Home
last modified time | relevance | path

Searched defs:InputStack (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dframe_pointer_unwinder_unittest.cc39 struct InputStack { struct
40 explicit InputStack(const std::vector<StackEntrySpec>& offsets) in InputStack() function
52 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;