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

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

Completed in 38 milliseconds