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

  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 32 protected ConstPool cpool; field in class:Tracer
42 cpool = cp;
51 cpool = t.cpool;
277 int tag = cpool.getTag(index);
630 = new TypeData.UninitData(pos, cpool.getClassInfo(i));
636 String type = cpool.getClassInfo(i).replace('.', '/');
656 stackTypes[stackTop - 1] = new TypeData.ClassName(cpool.getClassInfo(i));
746 String desc = cpool.getFieldrefType(index);
761 String desc = cpool.getFieldrefType(index)
    [all...]
MapMaker.java 261 type = cpool.getClassInfo(exceptionType);
330 return writer.toStackMapTable(cpool);
376 td.getTypeData(cpool));
384 td.getTypeData(cpool));
398 ConstPool cp = cpool;
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 409 ConstPool cpool; field in class:AnnotationsAttribute.Renamer
423 cpool = cp;
445 String name = cpool.getUtf8Info(index);
448 int index2 = cpool.addUtf8Info(newName);
  /external/javassist/tutorial/
tutorial3.html 349 m.getMethodInfo().rebuildStackMapForME(cpool);
352 <p>Here, <code>cpool</code> is a <code>ClassPool</code> object, which is
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 774 // FIXME: This is just dirty hack. We need to lower cpool properly
    [all...]

Completed in 122 milliseconds