Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles-inl.h34 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type, in ConvertArgumentValue() argument
47 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue()
57 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type, in ConvertArgumentValue() argument
61 return ConvertArgumentValue(callsite_type, in ConvertArgumentValue()
63 callsite_type->GetPTypes()->GetWithoutChecks(index), in ConvertArgumentValue()
68 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() argument
72 ObjPtr<mirror::Class> to_class(callsite_type->GetRType()); in ConvertReturnValue()
81 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue()
93 Handle<mirror::MethodType> callsite_type, in PerformConversions() argument
100 Handle<mirror::ObjectArray<mirror::Class>> from_types(hs.NewHandle(callsite_type->GetPTypes())); in PerformConversions()
[all …]
Dmethod_handles.cc192 Handle<mirror::MethodType> callsite_type, in ConvertJValueCommon() argument
221 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
253 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
259 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
264 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
288 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
299 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
334 Handle<mirror::MethodType> callsite_type, in ConvertAndCopyArgumentsFromCallerFrame() argument
341 ObjPtr<mirror::ObjectArray<mirror::Class>> from_types(callsite_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame()
346 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame()
[all …]
Dmethod_handles.h49 bool ConvertJValueCommon(Handle<mirror::MethodType> callsite_type,
60 ALWAYS_INLINE bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type,
71 ALWAYS_INLINE bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
122 Handle<mirror::MethodType> callsite_type,
198 Handle<mirror::MethodType> callsite_type,
206 Handle<mirror::MethodType> callsite_type,
Dcommon_throws.h274 mirror::MethodType* callsite_type)