Searched defs:pushed (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp950 Node* pushed = _worklist.at(wlsize++); local
951 tty->print(" %d", pushed->_idx);
H A Dparse2.cpp742 // What got pushed?
1454 bool pushed = push_constant(constant, true); local
1455 guarantee(pushed, "must be possible to push this constant");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1161 /** Declare an entry point with initial state plus a pushed value;
1164 public int entryPoint(State state, Type pushed) { argument
1169 this.state.push(pushed);

Completed in 66 milliseconds