Searched refs:arg_type (Results 1 – 8 of 8) sorted by relevance
45 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup() local46 switch (arg_type) { in quick_invoke_reg_setup()
176 std::string arg_type = "LSharedType" + std::to_string(arg_type_index) + ";"; variable177 std::string signature = "(" + arg_type + ")" + return_type;
121 char arg_type = shorty[shorty_index]; in NterpStoreArm32Fprs() local122 switch (arg_type) { in NterpStoreArm32Fprs()171 char arg_type = shorty[shorty_index]; in NterpSetupArm32Fprs() local172 switch (arg_type) { in NterpSetupArm32Fprs()
1342 ObjPtr<mirror::Class> arg_type = method->GetDexCache()->GetResolvedType(type_idx); in DoCallCommon() local1343 if (arg_type == nullptr) { in DoCallCommon()1348 arg_type = method->ResolveClassFromTypeIndex(type_idx); in DoCallCommon()1349 if (arg_type == nullptr) { in DoCallCommon()1354 if (!o->VerifierInstanceOf(arg_type)) { in DoCallCommon()1361 arg_type->GetDescriptor(&temp2)); in DoCallCommon()
71 for (const auto& arg_type : proto_key.args) { in AddMethod() local72 AddType(arg_type); in AddMethod()
613 DataType::Type arg_type = instruction->InputAt(1)->AsVecOperation()->GetPackedType(); in VisitVecDotProd() local615 DataType::ToUnsigned(arg_type) : in VisitVecDotProd()616 DataType::ToSigned(arg_type)); in VisitVecDotProd()
665 StringBuilderAppend::Argument arg_type = in CreateStringBuilderAppendLocations() local667 switch (arg_type) { in CreateStringBuilderAppendLocations()
5674 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException() local5683 index, arg_type.c_str(), class_loader.c_str()); in ThrowSignatureCheckResolveArgException()