Home
last modified time | relevance | path

Searched refs:params (Results 26 – 33 of 33) sorted by relevance

12

/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java721 private static <T> T exerciseNewInstance(Class<T> klass, int params) throws Exception { in exerciseNewInstance() argument
722 return klass.cast(klass.getDeclaredConstructor(int.class).newInstance(params)); in exerciseNewInstance()
/art/test/046-reflect/src/
DMain.java35 Class<?>[] params, exceptions; in printMethodInfo() local
41 params = meth.getParameterTypes(); in printMethodInfo()
42 for (i = 0; i < params.length; i++) in printMethodInfo()
43 System.out.println(" Arg " + i + ": " + params[i].getName()); in printMethodInfo()
/art/runtime/
Dart_method.cc512 bool ArtMethod::EqualParameters(Handle<mirror::ObjectArray<mirror::Class>> params) { in EqualParameters() argument
518 auto param_len = params != nullptr ? params->GetLength() : 0u; in EqualParameters()
530 if (type != params->GetWithoutChecks(i)) { in EqualParameters()
Dreflection.cc371 const dex::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments() local
372 if (params == nullptr) { in CheckMethodArguments()
376 uint32_t num_params = params->Size(); in CheckMethodArguments()
384 dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in CheckMethodArguments()
Dart_method.h693 bool EqualParameters(Handle<mirror::ObjectArray<mirror::Class>> params)
/art/runtime/interpreter/
Dinterpreter_common.cc1319 const dex::TypeList* params = method->GetParameterTypeList(); in DoCallCommon() local
1345 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon()
/art/openjdkjvmti/include/
Djvmti.h640 jvmtiParamInfo* params; member
649 jvmtiParamInfo* params; member
/art/test/dexdump/
Dbytecodes.txt994 … v5, v6, v7, v8, v9, v10, v11, v12, v13}, Lcom/google/android/test/Test;.params:(BCSIJFDLjava/lang…
1184 name : 'params'
1192 00127c: |[00127c] com.google.android.test.Test.params:(BCSIJ…

12