Home
last modified time | relevance | path

Searched defs:params (Results 1 – 14 of 14) 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.cc284 const DexFile::TypeList* params = method->GetParameterTypeList(); in Executable_getParameterTypesInternal() local
319 const DexFile::TypeList* params = method->GetParameterTypeList(); in Executable_getParameterCountInternal() local
/art/compiler/linker/arm/
Drelative_patcher_arm_base.h75 ThunkKey(ThunkType type, ThunkParams params) : type_(type), params_(params) { } in ThunkKey()
/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.cc1338 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString() local
1354 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in GetNumberOfParameters() local
1372 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==() local
Dart_method.cc551 bool ArtMethod::EqualParameters(Handle<mirror::ObjectArray<mirror::Class>> params) { in EqualParameters()
Dreflection.cc366 const DexFile::TypeList* params = m->GetParameterTypeList(); in CheckMethodArguments() local
/art/test/046-reflect/src/
DMain.java35 Class<?>[] params, exceptions; in printMethodInfo() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc344 ThunkParams params; in GetBakerReadBarrierKey() local
/art/runtime/interpreter/
Dinterpreter_common.cc996 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.cc1106 const std::vector<jvmtiError>& errors) { in GetExtensionFunctions()
/art/runtime/verifier/
Dmethod_verifier.cc4539 const DexFile::TypeList* params = res_method->GetParameterTypeList(); in VerifyInvokeVirtualQuickArgs() local