Searched refs:kShadowFrameUnderConstruction (Results 1 – 4 of 4) sorted by relevance
/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()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2468 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokePolymorphic() 2561 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokeCustom()
|
/art/runtime/ |
D | method_handles.cc | 463 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in MethodHandleInvokeMethod()
|
D | thread.h | 130 kShadowFrameUnderConstruction, enumerator
|