Searched refs:staticBlockMethod (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java121 private String staticBlockMethod; field in class:BytecodeEnhancer
194 if (staticBlockMethod != null) {
197 staticBlockMethod = "bdbExistingStaticBlock";
199 (ACC_PRIVATE + ACC_STATIC, staticBlockMethod, "()V", null,
289 if (staticBlockMethod != null) {
291 (INVOKESTATIC, className, staticBlockMethod, "()V");

Completed in 67 milliseconds