Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_cc_arm.cc46 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup() local
47 switch (arg_type) { in quick_invoke_reg_setup()
/art/libprofile/profile/
Dprofile_test_helper.h176 std::string arg_type = "LSharedType" + std::to_string(arg_type_index) + ";"; variable
177 std::string signature = "(" + arg_type + ")" + return_type;
/art/runtime/interpreter/mterp/
Dnterp.cc65 char arg_type = shorty[shorty_index]; in NterpStoreArm32Fprs() local
66 switch (arg_type) { in NterpStoreArm32Fprs()
115 char arg_type = shorty[shorty_index]; in NterpSetupArm32Fprs() local
116 switch (arg_type) { in NterpSetupArm32Fprs()
/art/runtime/interpreter/
Dinterpreter_common.cc1309 ObjPtr<mirror::Class> arg_type = method->GetDexCache()->GetResolvedType(type_idx); in DoCallCommon() local
1310 if (arg_type == nullptr) { in DoCallCommon()
1315 arg_type = method->ResolveClassFromTypeIndex(type_idx); in DoCallCommon()
1316 if (arg_type == nullptr) { in DoCallCommon()
1321 if (!o->VerifierInstanceOf(arg_type)) { in DoCallCommon()
1328 arg_type->GetDescriptor(&temp2)); in DoCallCommon()
/art/libdexfile/dex/
Dtest_dex_file_builder.h71 for (const auto& arg_type : proto_key.args) { in AddMethod() local
72 AddType(arg_type); in AddMethod()
/art/compiler/optimizing/
Dgraph_visualizer.cc628 DataType::Type arg_type = instruction->InputAt(1)->AsVecOperation()->GetPackedType(); in VisitVecDotProd() local
630 DataType::ToUnsigned(arg_type) : in VisitVecDotProd()
631 DataType::ToSigned(arg_type)); in VisitVecDotProd()
Dcode_generator.cc675 StringBuilderAppend::Argument arg_type = in CreateStringBuilderAppendLocations() local
677 switch (arg_type) { in CreateStringBuilderAppendLocations()
/art/runtime/
Dclass_linker.cc5843 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException() local
5852 index, arg_type.c_str(), class_loader.c_str()); in ThrowSignatureCheckResolveArgException()