/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 273 auto Pool = Ctx->getConstPool(); in dump() 651 for (auto *C : getConstPool()->WhichPool.getConstantPool()) { \ in dumpConstantLookupCounts() 692 return getConstPool()->Integers1.getOrAdd(this, ConstantInt1); in getConstantInt1Internal() 696 return getConstPool()->Integers8.getOrAdd(this, ConstantInt8); in getConstantInt8Internal() 700 return getConstPool()->Integers16.getOrAdd(this, ConstantInt16); in getConstantInt16Internal() 704 return getConstPool()->Integers32.getOrAdd(this, ConstantInt32); in getConstantInt32Internal() 708 return getConstPool()->Integers64.getOrAdd(this, ConstantInt64); in getConstantInt64Internal() 712 return getConstPool()->Floats.getOrAdd(this, ConstantFloat); in getConstantFloat() 716 return getConstPool()->Doubles.getOrAdd(this, ConstantDouble); in getConstantDouble() 722 return getConstPool()->Relocatables.getOrAdd( in getConstantSymWithEmitString() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | EnclosingMethodAttribute.java | 96 return getConstPool().getClassInfo(classIndex()); in className() 105 ConstPool cp = getConstPool(); in methodName() 117 ConstPool cp = getConstPool(); in methodDescriptor()
|
D | LocalVariableAttribute.java | 99 ConstPool cp = getConstPool(); in renameClass() 118 ConstPool cp = getConstPool(); in renameClass() 217 return getConstPool().getUtf8Info(nameIndex(i)); in variableName() 261 return getConstPool().getUtf8Info(descriptorIndex(i)); in descriptor() 301 ConstPool cp = getConstPool(); in copy()
|
D | BadBytecode.java | 40 + minfo.getConstPool().getClassName() in BadBytecode()
|
D | NestHostAttribute.java | 55 int newHostIndex = getConstPool().copy(hostIndex, newCp, classnames); in copy()
|
D | ConstantAttribute.java | 70 int index = getConstPool().copy(getConstantValue(), newCp, in copy()
|
D | SourceFileAttribute.java | 57 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0)); in getFileName()
|
/external/javassist/src/main/javassist/expr/ |
D | FieldAccess.java | 118 return getConstPool().getFieldrefClassName(index); in getClassName() 126 return getConstPool().getFieldrefName(index); in getFieldName() 135 ConstPool cp = getConstPool(); in getField() 160 return getConstPool().getFieldrefType(index); in getSignature() 176 ConstPool constPool = getConstPool(); in replace()
|
D | MethodCall.java | 100 ConstPool cp = getConstPool(); in getClassName() 120 ConstPool cp = getConstPool(); in getMethodName() 143 ConstPool cp = getConstPool(); in getSignature() 197 ConstPool constPool = getConstPool(); in replace()
|
D | NewExpr.java | 124 ConstPool constPool = getConstPool(); in getSignature() 133 ConstPool cp = getConstPool(); in getConstructor() 199 ConstPool constPool = getConstPool(); in replace()
|
D | Handler.java | 93 ConstPool cp = getConstPool(); in getType() 126 ConstPool cp = getConstPool(); in insertBefore()
|
D | NewArray.java | 107 String desc = getConstPool().getClassInfo(index); in getComponentType() 148 String desc = getConstPool().getClassInfo(index); in getDimension() 194 ConstPool constPool = getConstPool(); in replace2()
|
D | Expr.java | 73 protected final ConstPool getConstPool() { in getConstPool() method in Expr 74 return thisMethod.getConstPool(); in getConstPool() 134 ConstPool cp = thisMethod.getConstPool(); in mayThrow()
|
D | Cast.java | 82 ConstPool cp = getConstPool(); in getType() 112 ConstPool constPool = getConstPool(); in replace()
|
D | Instanceof.java | 85 ConstPool cp = getConstPool(); in getType() 115 ConstPool constPool = getConstPool(); in replace()
|
/external/javassist/src/main/javassist/ |
D | CtConstructor.java | 66 ConstPool cp = declaring.getClassFile2().getConstPool(); in CtConstructor() 167 ConstPool cp = ca.getConstPool(); in isEmpty() 266 Bytecode b = new Bytecode(methodInfo.getConstPool(), in insertBeforeBody() 392 String desc = ca.getConstPool().getMethodrefType(mref); in removeConsCall()
|
D | CtMethod.java | 64 ConstPool cp = declaring.getClassFile2().getConstPool(); in CtMethod() 155 if (declaring.getClassFile2().getConstPool() != minfo.getConstPool()) in make()
|
D | CtNewWrappedMethod.java | 67 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0); in makeBody() 156 MethodInfo body = new MethodInfo(classfile.getConstPool(), in addBodyMethod() 161 body.addAttribute(new SyntheticAttribute(classfile.getConstPool())); in addBodyMethod()
|
D | CtBehavior.java | 70 ConstPool cp = declaring.getClassFile2().getConstPool(); in copy() 384 methodInfo.addAttribute(new SignatureAttribute(methodInfo.getConstPool(), sig)); in setGenericSignature() 419 ea = new ExceptionsAttribute(methodInfo.getConstPool()); in setExceptionTypes() 492 ConstPool cp = destInfo.getConstPool(); in setBody0() 543 methodInfo.addAttribute(new AttributeInfo(methodInfo.getConstPool(), in setAttribute() 615 ConstPool cp = methodInfo.getConstPool(); in addLocalVariable() 687 classInfo = methodInfo.getConstPool().addClassInfo(type); in addParameter2() 719 ConstPool cp = methodInfo.getConstPool(); in instrument() 844 ConstPool pool = methodInfo.getConstPool(); in insertAfter() 1107 ConstPool cp = methodInfo.getConstPool(); in addCatch()
|
D | CtNewMethod.java | 233 ConstPool cp = finfo.getConstPool(); in getter() 276 ConstPool cp = finfo.getConstPool(); in setter() 344 ConstPool cp = declaring.getClassFile2().getConstPool(); in delegator0()
|
/external/javassist/src/main/javassist/compiler/ |
D | AccessorMaker.java | 64 ConstPool cp = cf.getConstPool(); in getConstructor() 123 ConstPool cp = cf.getConstPool(); in getMethodAccessor() 175 ConstPool cp = cf.getConstPool(); in getFieldGetter() 226 ConstPool cp = cf.getConstPool(); in getFieldSetter()
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | AnalyzerTest.java | 202 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateDeadCode() 222 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateInvalidCode() 239 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateCodeFalloff() 254 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateJsrMerge() 278 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateJsrMerge2()
|
/external/javassist/src/test/javassist/bytecode/ |
D | BytecodeTest.java | 97 assertEquals(cp, bc2.getConstPool()); in testClone() 105 Bytecode code = new Bytecode(cc.getClassFile().getConstPool(), 2, 300); in test2byteLocalVar() 340 ConstPool cp2 = ca2.getConstPool(); in testLocalVarAttribute() 371 cf2.addAttribute(attr.copy(cf2.getConstPool(), null)); in testAnnotations() 386 = new AnnotationsAttribute(cf.getConstPool(), in testAnnotations2() 388 ConstPool cp = cf.getConstPool(); in testAnnotations2() 414 ConstPool cp = cf.getConstPool(); in testAddClassInfo() 786 ConstPool cp = cf.getConstPool(); in testInvokeDynamic() 826 ConstPool cPool2 = cc2.getClassFile().getConstPool(); in testInvokeDynamic()
|
/external/javassist/src/test/javassist/compiler/ |
D | CodeTest.java | 15 Bytecode b = new Bytecode(c.getClassFile().getConstPool(), 0, 0); in main()
|
/external/javassist/src/main/javassist/tools/ |
D | Dump.java | 56 w.getConstPool().print(out); in main()
|