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

  /art/runtime/
method_handles-inl.h 35 Handle<mirror::MethodType> callee_type,
47 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) {
58 Handle<mirror::MethodType> callee_type,
62 callee_type,
64 callee_type->GetPTypes()->GetWithoutChecks(index),
69 Handle<mirror::MethodType> callee_type,
71 ObjPtr<mirror::Class> from_class(callee_type->GetRType());
81 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) {
94 Handle<mirror::MethodType> callee_type,
101 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes()))
    [all...]
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 193 Handle<mirror::MethodType> callee_type,
221 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
253 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
259 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
264 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
288 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
299 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
335 Handle<mirror::MethodType> callee_type,
342 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes());
346 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get())
739 Handle<mirror::MethodType> callee_type = local
    [all...]
common_throws.h 273 void ThrowWrongMethodTypeException(mirror::MethodType* callee_type,
  /art/runtime/mirror/
emulated_stack_frame.cc 145 Handle<mirror::MethodType> callee_type,
153 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes()));
157 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get());
165 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType()));
189 self, caller_type, callee_type, &getter, &setter, num_method_params)) {
197 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get());
205 Handle<mirror::MethodType> callee_type,
209 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes());
213 ThrowWrongMethodTypeException(callee_type.Get(), GetType());
226 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params)
    [all...]
emulated_stack_frame.h 46 // whose type is |callee_type|, starting at |first_dest_reg|.
49 Handle<mirror::MethodType> callee_type,
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
elemental_ir_emitter.cc 282 llvm::FunctionType* callee_type = llvm::FunctionType::get( local
290 llvm_ir::AsStringRef(callee_name), callee_type));
  /external/v8/src/asmjs/
asm-typer.cc 2420 auto* callee_type = call_var_info->type()->AsCallableType(); local
    [all...]

Completed in 394 milliseconds