Searched defs:FrameOffset (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doffsets.h47 class FrameOffset : public Offset { class in namespace:art
49 explicit FrameOffset(size_t val) : Offset(val) {} function in class:art::FrameOffset
50 bool operator>(FrameOffset other) const { return val_ > other.val_; }
51 bool operator<(FrameOffset other) const { return val_ < other.val_; }

Completed in 27 milliseconds