Searched defs:initState (Results 1 - 7 of 7) 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/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
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java313 public void initState () method in class:InterfaceEntry
316 } // 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/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 46 milliseconds