Searched refs:StackedShadowFrameType (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | thread.h | 113 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);
|
D | quick_exception_handler.cc | 320 StackedShadowFrameType::kDeoptimizationShadowFrame); in FinishStackWalk() 383 new_frame, StackedShadowFrameType::kDeoptimizationShadowFrame); in VisitFrame()
|
D | thread.cc | 208 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()
|
D | method_handles.cc | 464 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallPolymorphic()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 642 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod() 982 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 703 StackedShadowFrameType::kDeoptimizationShadowFrame, false); in artQuickToInterpreterBridge() 2557 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokePolymorphic()
|