Searched refs:callee_type (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | method_handles-inl.h | 109 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument 121 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue() 132 Handle<mirror::MethodType> callee_type, in ConvertArgumentValue() argument 136 callee_type, in ConvertArgumentValue() 138 callee_type->GetPTypes()->GetWithoutChecks(index), in ConvertArgumentValue() 143 Handle<mirror::MethodType> callee_type, in ConvertReturnValue() argument 145 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue() 155 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue() 168 Handle<mirror::MethodType> callee_type, in PerformConversions() argument 175 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in PerformConversions() [all …]
|
D | method_handles.h | 51 Handle<mirror::MethodType> callee_type, 62 Handle<mirror::MethodType> callee_type, 73 Handle<mirror::MethodType> callee_type, 124 Handle<mirror::MethodType> callee_type,
|
D | method_handles.cc | 195 Handle<mirror::MethodType> callee_type, in ConvertJValueCommon() argument 223 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon() 255 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon() 261 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon() 266 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon() 290 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon() 301 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon() 337 Handle<mirror::MethodType> callee_type, in ConvertAndCopyArgumentsFromCallerFrame() argument 344 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame() 348 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame() [all …]
|
D | common_throws.h | 274 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type,
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 149 Handle<mirror::MethodType> callee_type, in CreateFromShadowFrameAndArgs() argument 157 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs() 161 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get()); in CreateFromShadowFrameAndArgs() 169 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); in CreateFromShadowFrameAndArgs() 192 self, caller_type, callee_type, &getter, &setter, num_method_params)) { in CreateFromShadowFrameAndArgs() 200 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get()); in CreateFromShadowFrameAndArgs() 208 Handle<mirror::MethodType> callee_type, in WriteToShadowFrame() argument 212 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in WriteToShadowFrame() 216 ThrowWrongMethodTypeException(callee_type.Get(), GetType()); in WriteToShadowFrame() 229 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params); in WriteToShadowFrame()
|
D | emulated_stack_frame.h | 50 Handle<mirror::MethodType> callee_type,
|