/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkStateScanner.cpp | 32 void SharkStateScanner::scan(SharkState* state) { argument 36 stack_integrity_checks(state); 37 start_stack(state->stack_depth()); 38 for (int i = state->stack_depth() - 1; i >= 0; i--) { 41 state->stack_addr(i), 43 i + max_stack() - state->stack_depth()); 48 start_monitors(state->num_monitors()); 49 for (int i = 0; i < state->num_monitors(); i++) { 60 state->oop_tmp_addr(), stack()->oop_tmp_slot_offset()); 61 process_method_slot(state 80 stack_integrity_checks(SharkState* state) argument 92 locals_integrity_checks(SharkState* state) argument [all...] |
H A D | sharkIntrinsics.hpp | 37 static void inline_intrinsic(ciMethod* target, SharkState* state); 40 SharkIntrinsics(SharkState* state, ciMethod* target) argument 41 : SharkTargetInvariants(state, target), _state(state) {} 47 SharkState* state() const { function in class:SharkIntrinsics
|
/openjdk7/jdk/test/java/lang/management/ManagementFactory/ |
H A D | StateTest.java | 25 private int state; field in class:StateTest 26 public StateTest(int state) { this.state = state; } argument 28 return state;
|
/openjdk7/hotspot/src/share/vm/compiler/ |
H A D | abstractCompiler.cpp | 28 void AbstractCompiler::initialize_runtimes(initializer f, volatile int* state) { argument 29 if (*state != initialized) { 38 if ( *state == uninitialized) { 40 *state = initializing; 42 while (*state == initializing ) { 59 assert(*state == initializing, "wrong state"); 60 *state = initialized;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/ |
H A D | JStatement.java | 36 public void state(JFormatter f); method in interface:JStatement
|
H A D | JBreak.java | 46 public void state(JFormatter f) { method in class:JBreak
|
H A D | JCase.java | 73 public void state(JFormatter f) { method in class:JCase
|
H A D | JContinue.java | 46 public void state(JFormatter f) { method in class:JContinue
|
H A D | JDoLoop.java | 36 * Test part of Do statement for determining exit state 57 public void state(JFormatter f) { method in class:JDoLoop
|
H A D | JLabel.java | 48 public void state(JFormatter f) { method in class:JLabel
|
H A D | JReturn.java | 49 public void state(JFormatter f) { method in class:JReturn
|
H A D | JThrow.java | 50 public void state(JFormatter f) { method in class:JThrow
|
H A D | JWhileLoop.java | 36 * Test part of While statement for determining exit state 61 public void state(JFormatter f) { method in class:JWhileLoop
|
/openjdk7/jdk/src/share/classes/javax/swing/undo/ |
H A D | StateEditable.java | 33 * their state undone/redone by a StateEdit. 45 * state into <EM>state</EM>. 47 public void storeState(Hashtable<Object,Object> state); argument 51 * state out of <EM>state</EM>. 53 public void restoreState(Hashtable<?,?> state); argument
|
/openjdk7/jdk/src/share/classes/java/awt/peer/ |
H A D | CheckboxPeer.java | 41 * Sets the state of the checkbox to be checked ({@code true}) or 44 * @param t the state to set on the checkbox 48 void setState(boolean state); argument
|
/openjdk7/jdk/src/share/classes/com/sun/security/jgss/ |
H A D | ExtendedGSSContext.java | 142 * @param state true if the policy should be respected 147 public void requestDelegPolicy(boolean state) throws GSSException; argument
|
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WCheckboxMenuItemPeer.java | 46 public void handleAction(final boolean state) { argument 50 target.setState(state); 52 target.getLabel(), (state)
|
/openjdk7/jdk/test/java/awt/event/KeyEvent/DeadKey/ |
H A D | DeadKeyMacOSX.java | 41 private static volatile int state = 0; field in class:DeadKeyMacOSX 65 if (state != 3) { 90 switch (state) { 95 state++; 105 state++; 114 state++; 126 if (state == 3) {
|
H A D | DeadKeyMacOSXInputText.java | 41 private static volatile int state = 0; field in class:DeadKeyMacOSXInputText 66 if (state != 3) { 94 switch (state) { 99 state++; 108 state++; 118 if (state == 2) { 125 state++;
|
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | CK_SESSION_INFO.java | 58 * CK_STATE state; 80 * CK_STATE state; 83 public long state; field in class:CK_SESSION_INFO 103 public CK_SESSION_INFO(long slotID, long state, argument 106 this.state = state; 125 buffer.append("state: "); 126 buffer.append(Functions.sessionStateToString(state));
|
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/ |
H A D | SimpleStandard.java | 80 return state; 89 state = s; 117 state = "initial state"; 146 private String state = "initial state"; field in class:SimpleStandard
|
/openjdk7/jdk/test/javax/swing/JFileChooser/6489130/ |
H A D | bug6489130.java | 45 switch (state) { 75 state++; 79 private int state = 0; field in class:bug6489130
|
/openjdk7/jdk/src/share/classes/sun/misc/ |
H A D | ConditionLock.java | 29 * ConditionLock is a Lock with a built in state variable. This class 30 * provides the ability to wait for the state variable to be set to a 35 * waiting for the state variable to become a particular value and you 37 * lock until the state variable equals its desired value. <p> 43 private int state = 0; field in class:ConditionLock 55 state = initialState; 59 * Acquires the lock when the state variable equals the desired state. 61 * @param desiredState the desired state 68 while (state ! [all...] |
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/fsm/ |
H A D | FSMImpl.java | 38 * This is the main class that represents an instance of a state machine 39 * using a state engine. It may be used as a base class, in which case 47 private State state ; field in class:FSMImpl 51 * in a particular start state. 60 state = startState ; 65 /** Return the current state. 69 return state ; 72 /** Perform the transition for the given input in the current state. This proceeds as follows: 73 * <p>Let S be the current state of the FSM. 80 * <li>Otherwise there is no enabled action. If S has a default action and next state, us [all...] |
/openjdk7/jdk/src/share/classes/javax/smartcardio/ |
H A D | CardTerminals.java | 38 * presence state of each of its terminals. Multiple objects should be used 77 * state. 79 * <p>If state is {@link State#ALL State.ALL}, this method returns 81 * If state is {@link State#CARD_PRESENT State.CARD_PRESENT} or 85 * <p>If state is {@link State#CARD_INSERTION State.CARD_INSERTION} or 95 * @param state the State 102 public abstract List<CardTerminal> list(State state) throws CardException; argument 157 * <code>timeout</code> milliseconds even if there is no change in state.
|