Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc482 ObjPtr<mirror::EmulatedStackFrame> emulated_stack_frame( in MethodHandleInvokeMethod() local
485 if (!emulated_stack_frame->WriteToShadowFrame(self, in MethodHandleInvokeMethod()
531 Handle<mirror::EmulatedStackFrame> emulated_stack_frame( in MethodHandleInvokeMethod() local
534 Handle<mirror::MethodType> emulated_stack_type(hs.NewHandle(emulated_stack_frame->GetType())); in MethodHandleInvokeMethod()
539 emulated_stack_frame->SetReturnValue(self, local_result); in MethodHandleInvokeMethod()
DAndroid.bp167 "mirror/emulated_stack_frame.cc",