Searched refs:param_index_ (Results 1 – 1 of 1) sorted by relevance
72 param_index_(0) { in PortableArgumentVisitor()80 return caller_mh_.IsParamAReference(param_index_); in IsParamAReference()84 return caller_mh_.IsParamALongOrDouble(param_index_); in IsParamALongOrDouble()88 return caller_mh_.GetParamPrimitiveType(param_index_); in GetParamPrimitiveType()96 for (cur_arg_index_ = 0; cur_arg_index_ < args_in_regs_ && param_index_ < num_params_; ) { in VisitArguments()104 param_index_++; in VisitArguments()108 while (param_index_ < num_params_) { in VisitArguments()116 param_index_++; in VisitArguments()144 size_t param_index_; member in art::PortableArgumentVisitor