Searched refs:StackedShadowFrameType (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | thread.h | 129 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);
|
D | quick_exception_handler.cc | 339 StackedShadowFrameType::kDeoptimizationShadowFrame); in FinishStackWalk() 409 new_frame, StackedShadowFrameType::kDeoptimizationShadowFrame); in VisitFrame()
|
D | thread.cc | 244 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()
|
D | method_handles.cc | 463 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in MethodHandleInvokeMethod()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 660 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/ |
D | interpreter_common.cc | 1020 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod() 1301 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()
|