Searched refs:getArgCIndex (Results 1 – 2 of 2) sorted by relevance
544 int cIndex = jfunc.getArgCIndex(idx); in hasNonConstArg()884 int cIndex = jfunc.getArgCIndex(i); in emitJniCode()1047 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1055 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1086 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1092 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1120 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1140 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1146 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1181 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()[all …]
117 public int getArgCIndex(int index) { in getArgCIndex() method in JFunc