Searched refs:argTypes (Results 1 – 10 of 10) sorted by relevance
323 Class<?>[] argTypes; in invokeViewMethod() local326 argTypes = new Class<?>[0]; in invokeViewMethod()331 argTypes = new Class<?>[nArgs]; in invokeViewMethod()338 argTypes[i] = boolean.class; in invokeViewMethod()342 argTypes[i] = byte.class; in invokeViewMethod()346 argTypes[i] = char.class; in invokeViewMethod()350 argTypes[i] = short.class; in invokeViewMethod()354 argTypes[i] = int.class; in invokeViewMethod()358 argTypes[i] = long.class; in invokeViewMethod()362 argTypes[i] = float.class; in invokeViewMethod()[all …]
27 List<CType> argTypes = new ArrayList<CType>(); field in CFunc59 argTypes.add(argType); in addArgument()91 return argTypes.get(index); in getArgType()113 s += argTypes.get(i) + " " + argNames.get(i); in toString()
29 List<JType> argTypes = new ArrayList<JType>(); field in JFunc82 argTypes.add(argType); in addArgument()114 return argTypes.get(index); in getArgType()164 s += argTypes.get(i) + " " + argNames.get(i); in toString()
208 llvm::MDTuple *argTypes = kernelTypeMD->getTypeArray().get(); in attachDebugInfo() local211 if (argIdx >= argTypes->getNumOperands()) in attachDebugInfo()217 llvm::cast<llvm::DIType>(argTypes->getOperand(argIdx).get()), in attachDebugInfo()
159 const unsigned char *argTypes,170 const unsigned char *argTypes, in DefaultAddTraceEvent() argument
236 Type[] argTypes = Type.getArgumentTypes(mDesc); in generateDelegateCode() local238 for (Type t : argTypes) { in generateDelegateCode()
190 const std::vector<std::vector<std::string>> &argTypes, in addMapping() argument205 for (auto argList : argTypes) { in addMapping()
331 const std::vector<Instruction *> &argTypes) { in getFunctionType() argument332 return getGlobalSection()->getFunctionType(retType, argTypes.data(), in getFunctionType()333 argTypes.size()); in getFunctionType()
180 const std::vector<Instruction *> &argTypes);
30904 Landroid/icu/text/MessagePattern;->argTypes:[Landroid/icu/text/MessagePattern$ArgType;