Home
last modified time | relevance | path

Searched defs:cpg (Results 1 – 25 of 29) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInvokeInstruction.java69 public int consumeStack( final ConstantPoolGen cpg ) { in consumeStack()
89 public int produceStack( final ConstantPoolGen cpg ) { in produceStack()
102 public String getClassName( final ConstantPoolGen cpg ) { in getClassName()
112 public Type getType( final ConstantPoolGen cpg ) { in getType()
119 public String getMethodName( final ConstantPoolGen cpg ) { in getMethodName()
126 public Type getReturnType( final ConstantPoolGen cpg ) { in getReturnType()
133 public Type[] getArgumentTypes( final ConstantPoolGen cpg ) { in getArgumentTypes()
DFieldOrMethod.java52 public String getSignature( final ConstantPoolGen cpg ) { in getSignature()
62 public String getName( final ConstantPoolGen cpg ) { in getName()
82 public String getClassName( final ConstantPoolGen cpg ) { in getClassName()
100 public ObjectType getClassType( final ConstantPoolGen cpg ) { in getClassType()
113 public ReferenceType getReferenceType( final ConstantPoolGen cpg ) { in getReferenceType()
132 public ObjectType getLoadClassType( final ConstantPoolGen cpg ) { in getLoadClassType()
DFieldInstruction.java57 protected int getFieldSize( final ConstantPoolGen cpg ) { in getFieldSize()
65 public Type getType( final ConstantPoolGen cpg ) { in getType()
72 public Type getFieldType( final ConstantPoolGen cpg ) { in getFieldType()
79 public String getFieldName( final ConstantPoolGen cpg ) { in getFieldName()
DNameSignatureInstruction.java42 public ConstantNameAndType getNameAndType(final ConstantPoolGen cpg) { in getNameAndType()
49 public String getSignature(final ConstantPoolGen cpg) { in getSignature()
57 public String getName(final ConstantPoolGen cpg) { in getName()
DLoadClass.java34 ObjectType getLoadClassType( ConstantPoolGen cpg ); in getLoadClassType()
49 Type getType( ConstantPoolGen cpg ); in getType()
DLDC2_W.java43 public Type getType( final ConstantPoolGen cpg ) { in getType()
55 public Number getValue( final ConstantPoolGen cpg ) { in getValue()
DINVOKEDYNAMIC.java125 public String getClassName( final ConstantPoolGen cpg ) { in getClassName()
142 public ReferenceType getReferenceType(final ConstantPoolGen cpg) { in getReferenceType()
DLDC.java96 public Object getValue( final ConstantPoolGen cpg ) { in getValue()
118 public Type getType( final ConstantPoolGen cpg ) { in getType()
DMULTIANEWARRAY.java112 public int consumeStack( final ConstantPoolGen cpg ) { in consumeStack()
126 public ObjectType getLoadClassType( final ConstantPoolGen cpg ) { in getLoadClassType()
DStackConsumer.java29 int consumeStack( ConstantPoolGen cpg ); in consumeStack()
DTypedInstruction.java28 Type getType( ConstantPoolGen cpg ); in getType()
DStackProducer.java30 int produceStack( ConstantPoolGen cpg ); in produceStack()
DInstruction.java485 public int consumeStack( final ConstantPoolGen cpg ) { in consumeStack()
497 public int produceStack( final ConstantPoolGen cpg ) { in produceStack()
DGETFIELD.java48 public int produceStack( final ConstantPoolGen cpg ) { in produceStack()
DPUTSTATIC.java47 public int consumeStack( final ConstantPoolGen cpg ) { in consumeStack()
DGETSTATIC.java47 public int produceStack( final ConstantPoolGen cpg ) { in produceStack()
DNEW.java53 public ObjectType getLoadClassType( final ConstantPoolGen cpg ) { in getLoadClassType()
DPUTFIELD.java47 public int consumeStack( final ConstantPoolGen cpg ) { in consumeStack()
DCHECKCAST.java57 public ObjectType getLoadClassType( final ConstantPoolGen cpg ) { in getLoadClassType()
DINSTANCEOF.java51 public ObjectType getLoadClassType( final ConstantPoolGen cpg ) { in getLoadClassType()
DANEWARRAY.java72 public ObjectType getLoadClassType( final ConstantPoolGen cpg ) { in getLoadClassType()
DINVOKEINTERFACE.java104 public int consumeStack( final ConstantPoolGen cpg ) { // nargs is given in byte-code in consumeStack()
DCPInstruction.java142 public Type getType( final ConstantPoolGen cpg ) { in getType()
/external/arm-trusted-firmware/plat/renesas/common/
Drcar_common.c30 uint32_t cpg, pmsr; in rcar_pcie_fixup() local
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DAnnotationGenTestCase.java121 private void checkSerialize(final AnnotationEntryGen a, final ConstantPoolGen cpg) in checkSerialize()

12