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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/
H A DciInstanceKlass.java63 public int initState() { method in class:ciInstanceKlass
64 int initState = (int)initStateField.getValue(getAddress());
65 if (isShared() && initState < CLASS_STATE_LINKED) {
67 initState = ik.getInitStateAsInt();
69 return initState;
77 return initState() >= CLASS_STATE_LINKED;
81 return initState() == CLASS_STATE_FULLY_INITIALIZED;
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DBits.java113 protected Bits(int[] bits, BitsState initState) { argument
115 this.currentState = initState;
116 switch (initState) {
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DSignature.java836 String initState = "";
839 initState = "<not initialized>";
842 initState = "<initialized for verifying>";
845 initState = "<initialized for signing>";
848 return "Signature object: " + getAlgorithm() + initState;
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DForwardState.java134 public void initState(List<PKIXCertPathChecker> certPathCheckers) method in class:ForwardState
H A DSunCertPathBuilder.java217 currentState.initState(buildParams.certPathCheckers());
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DstepControl.c166 initState(JNIEnv *env, jthread thread, StepRequest *step) function
209 LOG_STEP(("initState(): frame=%d", step->fromStackDepth));
219 LOG_STEP(("initState(): Begin line step"));
501 error = initState(env, thread, step);
504 * None of the initState errors should happen after one step
715 error = initState(env, thread, step);
822 error = initState(env, thread, step);
/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java313 public void initState () method in class:InterfaceEntry
316 } // initState
H A DParser.java539 entry.initState ();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java103 initState = new CIntField(type.getCIntegerField("_init_state"), 0);
178 private static CIntField initState; field in class:InstanceKlass
206 public int getInitStateAsInt() { return (int) initState.getValue(this); }
653 visitor.doCInt(initState, true);
H A DGenerateOopMap.java336 void initState() { method in class:GenerateOopMap
1041 initState();

Completed in 144 milliseconds