Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc910 Handle<mirror::EmulatedStackFrame> emulated_frame) in MethodHandleInvokeExactWithFrame() argument
913 Handle<mirror::MethodType> callsite_type = hs.NewHandle(emulated_frame->GetType()); in MethodHandleInvokeExactWithFrame()
922 emulated_frame->WriteToShadowFrame(self, callsite_type, 0, shadow_frame.get()); in MethodHandleInvokeExactWithFrame()
939 emulated_frame->SetReturnValue(self, result); in MethodHandleInvokeExactWithFrame()