Home
last modified time | relevance | path

Searched refs:cutf8 (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java674 … final ConstantUtf8 cutf8 = (ConstantUtf8) (cpg.getConstant(cnat.getNameIndex())); in visitInvokeInstruction() local
675 … if (cutf8.getBytes().equals(Const.CONSTRUCTOR_NAME) && (!(o instanceof INVOKESPECIAL)) ) { in visitInvokeInstruction()
678 …if ( (! (cutf8.getBytes().equals(Const.CONSTRUCTOR_NAME)) ) && (cutf8.getBytes().startsWith("<")) … in visitInvokeInstruction()
768 … final ConstantUtf8 cutf8 = (ConstantUtf8) (cpg.getConstant( ((ConstantClass) c).getNameIndex() )); in visitNEW() local
769 final Type t = Type.getType("L"+cutf8.getBytes()+";"); in visitNEW()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...