Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h128 enum class StackedShadowFrameType { enum
1040 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1041 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1950 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) in ScopedStackedShadowFramePusher()
1960 const StackedShadowFrameType type_;
2021 std::ostream& operator<<(std::ostream& os, StackedShadowFrameType thread);
Dquick_exception_handler.cc339 StackedShadowFrameType::kDeoptimizationShadowFrame); in FinishStackWalk()
409 new_frame, StackedShadowFrameType::kDeoptimizationShadowFrame); in VisitFrame()
Dthread.cc240 StackedShadowFrameType type, in StackedShadowFrameRecord()
247 StackedShadowFrameType GetType() const { return type_; } in GetType()
252 const StackedShadowFrameType type_;
418 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame()
424 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame()
4208 PopStackedShadowFrame(StackedShadowFrameType::kDeoptimizationShadowFrame); in DeoptimizeWithDeoptimizationException()
Dmethod_handles.cc463 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in MethodHandleInvokeMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc660 StackedShadowFrameType::kDeoptimizationShadowFrame, false); in artQuickToInterpreterBridge()
2557 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokePolymorphic()
2650 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokeCustom()
/art/runtime/interpreter/
Dinterpreter_common.cc1024 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod()
1305 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()