Home
last modified time | relevance | path

Searched refs:constraintViolated (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java110 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()
183constraintViolated(o, "The 'arrayref' does not refer to an array but is of type "+arrayref+"."); in arrayrefOfArrayType()
209 constraintViolated(o, in _visitStackAccessor()
215constraintViolated(o, "Cannot produce "+produce+" stack slots: only "+(stack().maxStack()-stack().… in _visitStackAccessor()
237constraintViolated((Instruction) o, "Class '"+o.getLoadClassType(cpg).getClassName()+ in visitLoadClass()
288 constraintViolated(o, in visitFieldInstruction()
298constraintViolated(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/
DPass3aVerifier.java498 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()
566constraintViolated(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()
593constraintViolated(o, "Indexing a constant that's not a CONSTANT_Fieldref but a '"+c+"'."); in visitFieldInstruction()
634constraintViolated(o, "Referenced field '"+field_name+"' does not exist in class '"+jc.getClassNam… in visitFieldInstruction()
669constraintViolated(o, "Indexing a constant that's not a CONSTANT_Methodref but a '"+c+"'."); in visitInvokeInstruction()
676constraintViolated(o, "Only INVOKESPECIAL is allowed to invoke instance initialization methods."); in visitInvokeInstruction()
[all …]
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx8999 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