Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/arm/
Dquick_entrypoints_cc_arm.cc45 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup() local
46 switch (arg_type) { in quick_invoke_reg_setup()
/art/runtime/interpreter/
Dinterpreter_common.cc1346 ObjPtr<mirror::Class> arg_type = method->GetDexCache()->GetResolvedType(type_idx); in DoCallCommon() local
1347 if (arg_type == nullptr) { in DoCallCommon()
1352 arg_type = method->ResolveClassFromTypeIndex(type_idx); in DoCallCommon()
1353 if (arg_type == nullptr) { in DoCallCommon()
1358 if (!o->VerifierInstanceOf(arg_type)) { in DoCallCommon()
1365 arg_type->GetDescriptor(&temp2)); in DoCallCommon()
/art/libdexfile/dex/
Dtest_dex_file_builder.h72 for (const auto& arg_type : proto_key.args) { in AddMethod() local
73 AddType(arg_type); in AddMethod()
/art/compiler/optimizing/
Dgraph_visualizer.cc571 DataType::Type arg_type = instruction->InputAt(1)->AsVecOperation()->GetPackedType(); in VisitVecDotProd() local
573 DataType::ToUnsigned(arg_type) : in VisitVecDotProd()
574 DataType::ToSigned(arg_type)); in VisitVecDotProd()
Dcode_generator.cc661 StringBuilderAppend::Argument arg_type = in CreateStringBuilderAppendLocations() local
663 switch (arg_type) { in CreateStringBuilderAppendLocations()
/art/runtime/
Dclass_linker.cc5812 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException() local
5821 index, arg_type.c_str(), class_loader.c_str()); in ThrowSignatureCheckResolveArgException()