Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DQuery.java91 Map<String, String> params = new TreeMap<String, String>(mParams); in with() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc286 const DexFile::TypeList* params = method->GetParameterTypeList(); in Executable_getParameterTypesInternal() local
321 const DexFile::TypeList* params = method->GetParameterTypeList(); in Executable_getParameterCountInternal() local
/art/test/1900-track-alloc/
Dalloc.cc81 static void DeallocParams(jvmtiParamInfo* params, jint n_params) { in DeallocParams()
/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h241 kUseObjSizeForUsable>::MemoryToolMallocSpace( in MemoryToolMallocSpace()
/art/runtime/
Ddex_file-inl.h182 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); variable
Ddex_file.cc1359 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString() local
1375 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in GetNumberOfParameters() local
1393 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==() local
Dart_method.cc559 bool ArtMethod::EqualParameters(Handle<mirror::ObjectArray<mirror::Class>> params) { in EqualParameters()
Dreflection.cc367 const DexFile::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments() local
/art/test/046-reflect/src/
DMain.java35 Class<?>[] params, exceptions; in printMethodInfo() local
/art/runtime/interpreter/
Dinterpreter_common.cc1040 const DexFile::TypeList* params = method->GetParameterTypeList(); in DoCallCommon() local
/art/runtime/openjdkjvmti/include/
Djvmti.h640 jvmtiParamInfo* params; member
649 jvmtiParamInfo* params; member
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1085 const std::vector<jvmtiError>& errors) { in GetExtensionFunctions()
/art/runtime/verifier/
Dmethod_verifier.cc4544 const DexFile::TypeList* params = res_method->GetParameterTypeList(); in VerifyInvokeVirtualQuickArgs() local