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

  /external/webkit/Source/WebKit/chromium/public/
WebBlobData.h 50 enum { TypeData, TypeFile, TypeBlob } type;
WebHTTPBody.h 51 enum { TypeData, TypeFile, TypeBlob } type;
  /external/clang/lib/CodeGen/
ABIInfo.h 72 llvm::Type *TypeData;
80 : TheKind(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0),
84 ABIArgInfo() : TheKind(Direct), TypeData(0), UIntData(0) {}
127 return TypeData;
132 TypeData = T;
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 376 void *TypeData = LoadPointer(Data, Offset);
377 TypeLoc TL(Qualifier->getAsType(), TypeData);
393 void *TypeData = LoadPointer(Data, Offset);
394 return TypeLoc(Qualifier->getAsType(), TypeData);
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 26 public abstract class TypeData {
31 protected TypeData() {}
33 public abstract void merge(TypeData neighbor);
42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode {
57 public TypeData getSelf() { return this; }
62 public abstract TypeData copy();
76 protected static class BasicType extends TypeData {
85 public void merge(TypeData neighbor) {}
101 public TypeData copy() {
122 protected static abstract class TypeName extends TypeData {
    [all...]
Tracer.java 36 protected TypeData[] stackTypes;
37 protected TypeData[] localsTypes;
45 stackTypes = new TypeData[maxStack];
46 localsTypes = new TypeData[maxLocals];
56 stackTypes = new TypeData[size];
61 localsTypes = new TypeData[size2];
65 protected static int copyFrom(int n, TypeData[] srcTypes, TypeData[] destTypes) {
68 TypeData t = srcTypes[i];
155 TypeData[] stackTypes = this.stackTypes
    [all...]
MapMaker.java 139 TypeData[] srcTypes = first.localsTypes;
151 * is Object. To avoid this, fixParamTypes calls TypeData.setType()
155 TypeData[] types = first.localsTypes;
158 TypeData t = types[i];
159 if (t instanceof TypeData.ClassName) {
163 TypeData.setType(t, t.getName(), classPool);
231 private void merge(TypeData td, TypeData target) {
248 TypeData[] tStackTypes = new TypeData[stackTypes.length]
    [all...]
  /external/webkit/Source/WebKit2/Shared/
APIObject.h 44 TypeData,
  /external/bluetooth/glib/gobject/
gtype.c 173 typedef union _TypeData TypeData;
233 TypeData * volatile data;
977 TypeData *data;
    [all...]

Completed in 563 milliseconds