HomeSort by relevance Sort by last modified time
    Searched refs:cpool (Results 1 - 10 of 10) 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/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/pcre/dist/sljit/
sljitLir.c 384 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) + CPOOL_SIZE * sizeof(sljit_ub));
385 if (!compiler->cpool) {
391 compiler->cpool_unique = (sljit_ub*)(compiler->cpool + CPOOL_SIZE);
433 SLJIT_FREE(compiler->cpool);
    [all...]
sljitLir.h 340 sljit_uw *cpool; member in struct:sljit_compiler
    [all...]
sljitNativeARM_32.c 154 cpool_ptr = compiler->cpool;
192 cpool_ptr = compiler->cpool;
197 cpool_index = cpool_ptr - compiler->cpool;
224 compiler->cpool[cpool_index] = literal;
243 compiler->cpool[compiler->cpool_fill] = literal;
712 buf_ptr = compiler->cpool;
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 258 milliseconds