Home
last modified time | relevance | path

Searched refs:WriteToShadowFrame (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.h51 void WriteToShadowFrame(
Demulated_stack_frame.cc195 void EmulatedStackFrame::WriteToShadowFrame(Thread* self, in WriteToShadowFrame() function in art::mirror::EmulatedStackFrame
/art/runtime/
Dmethod_handles.cc922 emulated_frame->WriteToShadowFrame(self, callsite_type, 0, shadow_frame.get()); in MethodHandleInvokeExactWithFrame()