Searched refs:param_type (Results 1 - 2 of 2) sorted by relevance

/art/compiler/sea_ir/code_gen/
H A Dcode_gen.cc69 const Type* param_type = graph->ti_->type_data_.FindTypeOf((*param_iterator)->Id()); local
70 DCHECK(param_type->Equals(graph->ti_->type_cache_->Integer()))
/art/runtime/
H A Djni_internal.cc112 Class* param_type = mh.GetClassFromTypeIdx(type_idx); local
113 if (param_type == NULL) {
121 } else if (!param_type->IsPrimitive()) {
124 if (argument != NULL && !argument->InstanceOf(param_type)) {
129 } else if (param_type->IsPrimitiveLong() || param_type->IsPrimitiveDouble()) {

Completed in 85 milliseconds