Searched refs:CLASS_INIT (Results 1 – 3 of 3) sorted by relevance
37 private static final String CLASS_INIT = "<clinit>"; field in DelegateClassAdapter101 if (CLASS_INIT.equals(name)) { in visitMethod()
33 private static final String CLASS_INIT = "<clinit>"; field in StubCallMethodAdapter60 if (CONSTRUCTOR.equals(methodName) || CLASS_INIT.equals(methodName)) { in StubCallMethodAdapter()
431 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); const434 CLASS_INIT.call_once(|| unsafe {782 static CLASS_INIT: std::sync::Once = std::sync::Once::new(); const785 CLASS_INIT.call_once(|| unsafe {