Searched defs:callsite_type (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmethod_handles.cc192 Handle<mirror::MethodType> callsite_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());
334 Handle<mirror::MethodType> callsite_type,
341 ObjPtr<mirror::ObjectArray<mirror::Class>> from_types(callsite_type->GetPTypes());
346 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type
191 ConvertJValueCommon( Handle<mirror::MethodType> callsite_type, Handle<mirror::MethodType> callee_type, ObjPtr<mirror::Class> from, ObjPtr<mirror::Class> to, JValue* value) argument
[all...]

Completed in 26 milliseconds