Searched refs:ConvertReturnValue (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | method_handles.h | 72 ALWAYS_INLINE bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
|
D | var_handles.cc | 56 return ConvertReturnValue(callsite_type, accessor_type, result); in VarHandleInvokeAccessorWithConversions()
|
D | method_handles.cc | 536 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()
|
D | method_handles-inl.h | 142 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() function
|