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

  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 496 writer.annotation(copyType(type), numPairs);
513 writer.enumConstValue(copyType(typeNameIndex), copy(constNameIndex));
518 writer.classInfoIndex(copyType(index));
555 int copyType(int srcIndex) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp 168 type.copyType(copyOf.type, remapper);
198 returnType.copyType(copyOf.returnType, remapper);
Types.h 107 void copyType(const TType& copyOf, TStructureMap& remapper)
154 newType->copyType(*this, remapper);