Home
last modified time | relevance | path

Searched refs:stopPruning (Results 1 – 8 of 8) sorted by relevance

/external/javassist/src/test/javassist/bytecode/
DInsertGap0.java176 boolean p = cc.stopPruning(true); in testExample()
179 cc.stopPruning(p); in testExample()
195 boolean p = cc.stopPruning(true); in testExample2()
198 cc.stopPruning(p); in testExample2()
/external/javassist/src/test/test3/
DEnhancer.java156 cc.stopPruning(true); in writeFile()
159 cc.stopPruning(false); in writeFile()
/external/javassist/src/test/javassist/
DClassPoolBench.java18 cc.stopPruning(true); in accessClass()
DJvstTest2.java610 outer.stopPruning(true); in testMethodInInner2()
640 outer.stopPruning(true); in testMakeNestedClass()
864 cc.stopPruning(false); in testPrune()
DJvstTest.java45 cc.stopPruning(true); in testDefreeze()
743 targetCtClass.stopPruning(true); in testInterface()
746 ctInterface.stopPruning(true); in testInterface()
DJvstTest3.java167 cc.stopPruning(false); in testCheckModifyAndPruned()
/external/javassist/src/main/javassist/
DCtClass.java1446 public boolean stopPruning(boolean stop) { return true; } in stopPruning() method in CtClass
1592 boolean p = stopPruning(true); in debugWriteFile()
1595 stopPruning(p); in debugWriteFile()
DCtClassType.java1626 public boolean stopPruning(boolean stop) in stopPruning() method in CtClassType