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()1048 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1056 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1087 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1093 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1121 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1141 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1147 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1182 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()[all …]
117 public int getArgCIndex(int index) { in getArgCIndex() method in JFunc