Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DQuery.java91 Map<String, String> params = new TreeMap<String, String>(mParams); in with() local
/art/runtime/
Ddex_file-inl.h94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); variable
Dart_method.cc335 bool ArtMethod::EqualParameters(Handle<mirror::ObjectArray<mirror::Class>> params) { in EqualParameters()
Dreflection.cc349 const DexFile::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments() local
Ddex_file.cc2265 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString() local
2289 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==() local
/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h241 kUseObjSizeForUsable>::MemoryToolMallocSpace( in MemoryToolMallocSpace()
/art/test/046-reflect/src/
DMain.java35 Class[] params, exceptions; in printMethodInfo() local
/art/runtime/interpreter/
Dinterpreter_common.cc663 const DexFile::TypeList* params = method->GetParameterTypeList(); in DoCallCommon() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.h318 ClassCacheIndex params[kProtoMaxParams]; member
/art/runtime/verifier/
Dmethod_verifier.cc4233 const DexFile::TypeList* params = res_method->GetParameterTypeList(); in VerifyInvokeVirtualQuickArgs() local