Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h72 ALWAYS_INLINE bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
Dvar_handles.cc56 return ConvertReturnValue(callsite_type, accessor_type, result); in VarHandleInvokeAccessorWithConversions()
Dmethod_handles.cc536 if (ConvertReturnValue(emulated_stack_type, target_type, &local_result)) { in MethodHandleInvokeMethod()
545 return ConvertReturnValue(callsite_type, target_type, result); in MethodHandleInvokeMethod()
619 return ConvertReturnValue(callsite_type, callee_type, result); in MethodHandleInvokeTransform()
900 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
913 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
993 return ConvertReturnValue(callsite_type, vh_type, result); in DoVarHandleInvokeTranslationUnchecked()
Dmethod_handles-inl.h142 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() function