Searched refs:getArgCIndex (Results 1 – 2 of 2) sorted by relevance
578 int cIndex = jfunc.getArgCIndex(idx); in hasNonConstArg()931 int cIndex = jfunc.getArgCIndex(i); in emitJniCode()1095 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1103 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1134 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1140 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1168 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1188 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1194 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1229 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()[all …]
117 public int getArgCIndex(int index) { in getArgCIndex() method in JFunc