Searched refs:getArgCIndex (Results 1 – 2 of 2) sorted by relevance
550 int cIndex = jfunc.getArgCIndex(idx); in hasNonConstArg()903 int cIndex = jfunc.getArgCIndex(i); in emitJniCode()1067 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1075 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1106 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1112 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1140 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1160 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()1166 CType type = cfunc.getArgType(jfunc.getArgCIndex(idx)); in emitJniCode()1201 int cIndex = jfunc.getArgCIndex(idx); in emitJniCode()[all …]
117 public int getArgCIndex(int index) { in getArgCIndex() method in JFunc