Searched refs:constraintViolated (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | InstConstraintVisitor.java | 110 private void constraintViolated(final Instruction violator, final String description) { in constraintViolated() method in InstConstraintVisitor 153 constraintViolated(o, "The 'index' is not of type int but of type "+index+"."); in indexOfInt() 165 constraintViolated(o, "Working on an uninitialized object '"+r+"'."); in referenceTypeIsInitialized() 172 constraintViolated(o, "The 'value' is not of type int but of type "+value+"."); in valueOfInt() 183 … constraintViolated(o, "The 'arrayref' does not refer to an array but is of type "+arrayref+"."); in arrayrefOfArrayType() 209 constraintViolated(o, in _visitStackAccessor() 215 …constraintViolated(o, "Cannot produce "+produce+" stack slots: only "+(stack().maxStack()-stack().… in _visitStackAccessor() 237 … constraintViolated((Instruction) o, "Class '"+o.getLoadClassType(cpg).getClassName()+ in visitLoadClass() 288 constraintViolated(o, in visitFieldInstruction() 298 …constraintViolated(o, "Class '"+name+"' is referenced, but cannot be loaded and resolved: '"+vr+"'… in visitFieldInstruction() [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
D | Pass3aVerifier.java | 498 private void constraintViolated(final Instruction i, final String message) { in constraintViolated() method in Pass3aVerifier.InstOperandConstraintVisitor 508 constraintViolated(i, "Illegal constant pool index '"+idx+"'."); in indexValid() 526 constraintViolated((Instruction) o, in visitLoadClass() 552 constraintViolated(o, in visitLDC() 566 …constraintViolated(o, "Operand of LDC2_W must be CONSTANT_Long or CONSTANT_Double, but is '"+c+"'.… in visitLDC2_W() 581 constraintViolated(o, "expecting ObjectType but got "+rt); in getObjectType() 593 … constraintViolated(o, "Indexing a constant that's not a CONSTANT_Fieldref but a '"+c+"'."); in visitFieldInstruction() 634 …constraintViolated(o, "Referenced field '"+field_name+"' does not exist in class '"+jc.getClassNam… in visitFieldInstruction() 669 … constraintViolated(o, "Indexing a constant that's not a CONSTANT_Methodref but a '"+c+"'."); in visitInvokeInstruction() 676 … constraintViolated(o, "Only INVOKESPECIAL is allowed to invoke instance initialization methods."); in visitInvokeInstruction() [all …]
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 8999 constraintViolated(o, "Index '"+idx+"' must be non-negative."); 9032 constraintViolated(o, "Index '"+idx+"' must not be greater than max_locals-1 9495 constraintViolated(o, "Cannot produce "+produce+" stack slots: only "+(stack().ma
|