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

/art/runtime/
H A Dthread.h110 enum class StackedShadowFrameType { class in namespace:art
906 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
907 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1553 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type)
1563 const StackedShadowFrameType type_;
1583 std::ostream& operator<<(std::ostream& os, const StackedShadowFrameType& thread);

Completed in 90 milliseconds