Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.cc385 ObjPtr<mirror::Class> param_type(m->ResolveClassFromTypeIndex(type_idx)); in CheckMethodArguments() local
386 if (param_type == nullptr) { in CheckMethodArguments()
393 } else if (!param_type->IsPrimitive()) { in CheckMethodArguments()
399 if (argument != nullptr && !argument->InstanceOf(param_type)) { in CheckMethodArguments()
405 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) { in CheckMethodArguments()
409 if (param_type->IsPrimitiveBoolean()) { in CheckMethodArguments()
415 } else if (param_type->IsPrimitiveByte()) { in CheckMethodArguments()
421 } else if (param_type->IsPrimitiveChar()) { in CheckMethodArguments()
427 } else if (param_type->IsPrimitiveShort()) { in CheckMethodArguments()
Dclass_linker.cc6108 Handle<mirror::Class> param_type(hs.NewHandle( in HasSameSignatureWithDifferentClassLoaders() local
6110 if (UNLIKELY(param_type == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
6123 if (UNLIKELY(param_type.Get() != other_param_type)) { in HasSameSignatureWithDifferentClassLoaders()
6127 param_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
6128 param_type.Get(), in HasSameSignatureWithDifferentClassLoaders()
10282 ObjPtr<mirror::Class> param_type = ResolveType(type_idx, dex_cache, class_loader); in ResolveMethodType() local
10283 if (param_type == nullptr) { in ResolveMethodType()
10287 method_type.AddPType(param_type); in ResolveMethodType()
/art/runtime/javaheapprof/
Djavaheapsampler.cc142 geo_dist_.param(std::geometric_distribution<size_t>::param_type(1.0/p_sampling_interval_)); in SetSamplingInterval()
/art/dex2oat/driver/
Dcompiler_driver.cc2496 ObjPtr<mirror::Class> param_type = m->ResolveClassFromTypeIndex(param_type_idx); in ResolveTypesOfMethods() local
2497 if (param_type == nullptr) { in ResolveTypesOfMethods()