Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dintrinsic_helper.cc109 ::llvm::Type* arg_type[kIntrinsicMaxArgc]; in IntrinsicHelper()
123 arg_type[num_args++] = GetLLVMTypeOfIntrinsicValType(irb, type); in IntrinsicHelper()
132 ::llvm::ArrayRef< ::llvm::Type*>(arg_type, num_args), in IntrinsicHelper()
/art/runtime/interpreter/
Dinterpreter_common.cc585 Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_); in DoCall() local
586 if (arg_type == NULL) { in DoCall()
590 if (!o->VerifierInstanceOf(arg_type)) { in DoCall()
598 arg_type->GetDescriptor(&temp2)); in DoCall()