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

/art/runtime/
H A Dthread.h116 enum class StackedShadowFrameType { class in namespace:art
1035 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1036 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1809 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type)
1819 const StackedShadowFrameType type_;
1867 std::ostream& operator<<(std::ostream& os, const StackedShadowFrameType& thread);

Completed in 76 milliseconds