Searched refs:arg_type (Results 1 – 5 of 5) sorted by relevance
45 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup() local46 switch (arg_type) { in quick_invoke_reg_setup()
72 for (const auto& arg_type : proto_key.args) { in AddMethod() local73 AddType(arg_type); in AddMethod()
568 DataType::Type arg_type = instruction->InputAt(1)->AsVecOperation()->GetPackedType(); in VisitVecDotProd() local570 DataType::ToUnsigned(arg_type) : in VisitVecDotProd()571 DataType::ToSigned(arg_type)); in VisitVecDotProd()
1667 ObjPtr<mirror::Class> arg_type = method->GetDexCache()->GetResolvedType(type_idx); in DoCallCommon() local1668 if (arg_type == nullptr) { in DoCallCommon()1673 arg_type = method->ResolveClassFromTypeIndex(type_idx); in DoCallCommon()1674 if (arg_type == nullptr) { in DoCallCommon()1679 if (!o->VerifierInstanceOf(arg_type)) { in DoCallCommon()1686 arg_type->GetDescriptor(&temp2)); in DoCallCommon()
5558 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException() local5567 index, arg_type.c_str(), class_loader.c_str()); in ThrowSignatureCheckResolveArgException()