Searched refs:ConvertReturnValue (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | method_handles-inl.h | 58 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() function
|
D | method_handles.h | 72 ALWAYS_INLINE bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
|
D | method_handles.cc | 534 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()
|