Home
last modified time | relevance | path

Searched refs:StackedShadowFrameType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dthread.h113 enum class StackedShadowFrameType { enum
950 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
951 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1698 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) in ScopedStackedShadowFramePusher()
1708 const StackedShadowFrameType type_;
1756 std::ostream& operator<<(std::ostream& os, const StackedShadowFrameType& thread);
Dquick_exception_handler.cc320 StackedShadowFrameType::kDeoptimizationShadowFrame); in FinishStackWalk()
383 new_frame, StackedShadowFrameType::kDeoptimizationShadowFrame); in VisitFrame()
Dthread.cc208 StackedShadowFrameType type, in StackedShadowFrameRecord()
215 StackedShadowFrameType GetType() const { return type_; } in GetType()
220 const StackedShadowFrameType type_;
256 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame()
262 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame()
3570 PopStackedShadowFrame(StackedShadowFrameType::kDeoptimizationShadowFrame); in DeoptimizeWithDeoptimizationException()
Dmethod_handles.cc464 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallPolymorphic()
/art/runtime/interpreter/
Dinterpreter_common.cc642 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod()
982 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc703 StackedShadowFrameType::kDeoptimizationShadowFrame, false); in artQuickToInterpreterBridge()
2557 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokePolymorphic()