Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); variable
Ddex_file.cc989 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString() local
1013 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==() local
Dreflection.cc353 const DexFile::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments() local
/art/test/046-reflect/src/
DMain.java33 Class[] params, exceptions; in printMethodInfo() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.h245 ClassCacheIndex params[kProtoMaxParams]; member
/art/runtime/interpreter/
Dinterpreter_common.cc556 const DexFile::TypeList* params = method->GetParameterTypeList(); in DoCall() local
/art/runtime/verifier/
Dmethod_verifier.cc3378 const DexFile::TypeList* params = res_method->GetParameterTypeList(); in VerifyInvokeVirtualQuickArgs() local