Home
last modified time | relevance | path

Searched refs:kShadowFrameUnderConstruction (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc664 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod()
1026 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()
/art/runtime/
Dmethod_handles.cc464 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallPolymorphic()
Dthread.h115 kShadowFrameUnderConstruction, enumerator
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2636 frame_pusher(self, shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in artInvokePolymorphic()