HomeSort by relevance Sort by last modified time
    Searched refs:getTypeArray (Results 1 - 9 of 9) sorted by null

  /libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java 167 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericParameterTypes, false);
171 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericExceptionTypes, false);
295 Types.getTypeArray(info.genericExceptionTypes, false);
Method.java 247 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericParameterTypes, false);
272 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericExceptionTypes, false);
  /libcore/luni/src/main/java/libcore/reflect/
Types.java 46 public static Type[] getTypeArray(ListOfTypes types, boolean clone) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 693 DIArray Fields = blockStruct.getTypeArray();
    [all...]
DwarfDebug.cpp 152 DIArray Elements = DICompositeType(subType).getTypeArray();
470 DIArray FnArgs = SP.getType().getTypeArray();
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 400 DIArray getTypeArray() const { return getFieldAs<DIArray>(10); }
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 113 milliseconds