HomeSort by relevance Sort by last modified time
    Searched refs:callee_type (Results 1 - 8 of 8) sorted by null

  /art/runtime/
method_handles-inl.h 35 Handle<mirror::MethodType> callee_type,
39 ObjPtr<mirror::Class> to_class(callee_type->GetPTypes()->GetWithoutChecks(index));
48 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) {
59 Handle<mirror::MethodType> callee_type,
61 ObjPtr<mirror::Class> from_class(callee_type->GetRType());
71 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) {
84 Handle<mirror::MethodType> callee_type,
90 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes()));
119 if (!ConvertArgumentValue(callsite_type, callee_type, i, &value)) {
method_handles.h 46 // part of conversion of |caller_type| to |callee_type|. The value to
50 Handle<mirror::MethodType> callee_type,
57 // expected by |callee_type| to type used by |callsite_type|. |value|
61 Handle<mirror::MethodType> callee_type,
67 // |callee_type| to the return type yielded by
72 Handle<mirror::MethodType> callee_type,
77 // incoming arguments) and |callee_type| (the type of the method being
123 Handle<mirror::MethodType> callee_type,
method_handles.cc 192 Handle<mirror::MethodType> callee_type,
220 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
252 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
258 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
263 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
287 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
331 Handle<mirror::MethodType> callee_type,
339 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes());
343 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
352 callee_type,
753 Handle<mirror::MethodType> callee_type = local
    [all...]
common_throws.h 254 void ThrowWrongMethodTypeException(mirror::MethodType* callee_type,
common_throws.cc 850 void ThrowWrongMethodTypeException(mirror::MethodType* callee_type,
855 callee_type->PrettyDescriptor().c_str(),
  /art/runtime/mirror/
emulated_stack_frame.cc 146 Handle<mirror::MethodType> callee_type,
155 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes()));
159 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get());
167 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType()));
191 self, caller_type, callee_type, &getter, &setter, num_method_params)) {
199 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get());
207 Handle<mirror::MethodType> callee_type,
211 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes());
215 ThrowWrongMethodTypeException(callee_type.Get(), GetType());
228 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params)
    [all...]
emulated_stack_frame.h 48 // whose type is |callee_type|, starting at |first_dest_reg|.
51 Handle<mirror::MethodType> callee_type,
  /external/v8/src/asmjs/
asm-typer.cc 2420 auto* callee_type = call_var_info->type()->AsCallableType(); local
    [all...]

Completed in 84 milliseconds