Searched refs:PushShadowFrame (Results 1 - 5 of 5) sorted by relevance

/art/runtime/entrypoints/interpreter/
H A Dinterpreter_entrypoints.cc35 self->PushShadowFrame(shadow_frame);
/art/runtime/interpreter/
H A Dinterpreter.cc335 self->PushShadowFrame(shadow_frame);
451 self->PushShadowFrame(shadow_frame);
/art/runtime/
H A Dthread.h689 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { function in class:art::Thread
690 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame);
H A Dstack.h367 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { function
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc629 self->PushShadowFrame(shadow_frame);

Completed in 587 milliseconds