Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles-inl.h58 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() function
Dmethod_handles.h72 ALWAYS_INLINE bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
Dmethod_handles.cc534 if (ConvertReturnValue(emulated_stack_type, target_type, &local_result)) { in DoCallPolymorphic()
543 return ConvertReturnValue(callsite_type, target_type, result); in DoCallPolymorphic()
618 return ConvertReturnValue(callsite_type, callee_type, result); in DoCallTransform()
906 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in DoInvokePolymorphicFieldAccess()
919 if (do_conversions && !ConvertReturnValue(callsite_type, handle_type, result)) { in DoInvokePolymorphicFieldAccess()