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

/openjdk7/hotspot/agent/src/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;
/openjdk7/jdk/src/share/classes/java/security/
H A DSignature.java763 String initState = "";
766 initState = "<not initialized>";
769 initState = "<initialized for verifying>";
772 initState = "<initialized for signing>";
775 return "Signature object: " + getAlgorithm() + initState;
/openjdk7/jdk/src/share/back/
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);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DForwardState.java142 public void initState(List<PKIXCertPathChecker> certPathCheckers) method in class:ForwardState
H A DReverseState.java161 public void initState(int maxPathLen, boolean explicitPolicyRequired, method in class:ReverseState
H A DSunCertPathBuilder.java297 currentState.initState(buildParams.getMaxPathLength(),
345 currentState.initState(buildParams.getCertPathCheckers());
/openjdk7/corba/src/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 ();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java85 initState = new CIntField(type.getCIntegerField("_init_state"), Oop.getHeaderSize());
143 private static CIntField initState; field in class:InstanceKlass
172 public int getInitStateAsInt() { return (int) initState.getValue(this); }
555 visitor.doCInt(initState, true);
H A DGenerateOopMap.java336 void initState() { method in class:GenerateOopMap
1041 initState();

Completed in 72 milliseconds