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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp78 SharkState* current_state() { function in class:SharkBlock
85 void set_current_state(SharkState* current_state) { argument
86 _current_state = current_state;
92 SharkValue *value = current_state()->local(index);
96 current_state()->local(index + 1) == NULL), "should be");
101 current_state()->set_local(index, value);
103 current_state()->set_local(index + 1, NULL);
109 current_state()->push(value);
112 return current_state()->pop();
115 SharkValue *value = current_state()
[all...]

Completed in 31 milliseconds