Searched refs:CopyArguments (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | method_handles.h | 132 bool CopyArguments(Thread* self,
|
D | method_handles-inl.h | 241 bool CopyArguments(Thread* self, in CopyArguments() function
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 183 CopyArguments<ShadowFrameGetter, EmulatedStackFrameAccessor>(self, caller_type, &getter, &setter); in CreateFromShadowFrameAndArgs() 208 CopyArguments<EmulatedStackFrameAccessor, ShadowFrameSetter>(self, callee_type, &getter, &setter); in WriteToShadowFrame()
|