Searched defs:set_state (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/compiler/
H A DabstractCompiler.cpp60 void AbstractCompiler::set_state(int state) { function in class:AbstractCompiler
/openjdk10/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.cpp56 void InvocationCounter::set_state(State state) { function in class:InvocationCounter
/openjdk10/hotspot/src/share/vm/runtime/
H A DosThread.hpp77 void set_state(ThreadState state) { _state = state; } function in class:OSThread
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp203 void set_state(ValueStack* state) { _state = state; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_LinearScan.hpp567 void set_state(IntervalState s) { _state = s; } function in class:Interval
/openjdk10/hotspot/src/share/vm/opto/
H A Dmatcher.hpp76 void set_state(Node_State ns) { function in class:Matcher::MStack
H A Dblock.hpp765 void set_state(int state) { _state = state; } function in class:CFGEdge

Completed in 76 milliseconds