Searched defs:GraphKit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp49 //----------------------------GraphKit-----------------------------------------
56 class GraphKit : public Phase { class in inherits:Phase
77 GraphKit(); // empty constructor
78 GraphKit(JVMState* jvms); // the JVM state on which to operate
81 ~GraphKit() {
848 GraphKit* _kit;
857 PreserveJVMState(GraphKit* kit, bool clone_map = true);
866 BuildCutout(GraphKit* kit, Node* p, float prob, float cnt = COUNT_UNKNOWN);
874 GraphKit* _kit;
879 PreserveReexecuteState(GraphKit* ki
[all...]
H A DgraphKit.cpp43 //----------------------------GraphKit-----------------------------------------
45 GraphKit::GraphKit(JVMState* jvms) function in class:GraphKit
56 GraphKit::GraphKit() function in class:GraphKit
72 void GraphKit::clean_stack(int from_sp) {
88 JVMState* GraphKit::sync_jvms() const {
99 JVMState* GraphKit::sync_jvms_for_reexecute() {
107 bool GraphKit::jvms_in_sync() const {
137 void GraphKit
[all...]

Completed in 37 milliseconds