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.cc538 if (ConvertReturnValue(emulated_stack_type, target_type, &local_result)) { in MethodHandleInvokeMethod()
548 return ConvertReturnValue(nominal_type, target_type, result) && in MethodHandleInvokeMethod()
549 ConvertReturnValue(callsite_type, nominal_type, result); in MethodHandleInvokeMethod()
552 return ConvertReturnValue(callsite_type, target_type, result); in MethodHandleInvokeMethod()
626 return ConvertReturnValue(callsite_type, callee_type, result); in MethodHandleInvokeTransform()
916 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
929 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in MethodHandleFieldAccess()
1009 return ConvertReturnValue(callsite_type, vh_type, result); in DoVarHandleInvokeTranslationUnchecked()
Dmethod_handles-inl.h142 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() function