Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h129 enum class StackedShadowFrameType { enum
1053 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1054 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1973 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) in ScopedStackedShadowFramePusher()
1983 const StackedShadowFrameType type_;
2044 std::ostream& operator<<(std::ostream& os, StackedShadowFrameType thread);
Dquick_exception_handler.cc339 StackedShadowFrameType::kDeoptimizationShadowFrame); in FinishStackWalk()
409 new_frame, StackedShadowFrameType::kDeoptimizationShadowFrame); in VisitFrame()
Dthread.cc244 StackedShadowFrameType type, in StackedShadowFrameRecord()
251 StackedShadowFrameType GetType() const { return type_; } in GetType()
256 const StackedShadowFrameType type_;
422 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame()
428 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame()
4352 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()
2468 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokePolymorphic()
2561 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokeCustom()
/art/runtime/interpreter/
Dinterpreter_common.cc1020 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod()
1301 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()