Home
last modified time | relevance | path

Searched defs:params (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Ddex_file-inl.h94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); variable
Dart_method.cc537 bool ArtMethod::EqualParameters(Handle<mirror::ObjectArray<mirror::Class>> params) { in EqualParameters()
Ddex_file.cc1059 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString() local
1083 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==() local
Dreflection.cc347 const DexFile::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments() local
/art/runtime/gc/space/
Dvalgrind_malloc_space-inl.h242 kUseObjSizeForUsable>::ValgrindMallocSpace( in ValgrindMallocSpace()
/art/test/046-reflect/src/
DMain.java35 Class[] params, exceptions; in printMethodInfo() local
/art/runtime/native/
Djava_lang_Class.cc266 auto* params = soa.Decode<mirror::ObjectArray<mirror::Class>*>(args); in Class_getDeclaredConstructorInternal() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.h292 ClassCacheIndex params[kProtoMaxParams]; member
/art/runtime/interpreter/
Dinterpreter_common.cc526 const DexFile::TypeList* params = new_shadow_frame->GetMethod()->GetParameterTypeList(); in DoCall() local
/art/runtime/verifier/
Dmethod_verifier.cc3633 const DexFile::TypeList* params = res_method->GetParameterTypeList(); in VerifyInvokeVirtualQuickArgs() local