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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp346 inline static JvmtiThreadState *state_for(JavaThread *thread) { function in class:JvmtiThreadState
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp582 ValueSet* state_for (BlockBegin* block) { return _block_states[block->block_id()]; } function in class:NullCheckEliminator
728 ValueSet* state = state_for(block);
764 if (state_for(block) == NULL) {
791 set_state_from(state_for(block));
H A Dc1_LIRGenerator.cpp402 CodeEmitInfo* LIRGenerator::state_for(Instruction* x, ValueStack* state, bool ignore_xhandler) { function in class:LIRGenerator
459 CodeEmitInfo* LIRGenerator::state_for(Instruction* x) { function in class:LIRGenerator
460 return state_for(x, x->exception_state());
1149 CodeEmitInfo* info = state_for(x, x->state_before());
1228 info = state_for(x);
1265 CodeEmitInfo* info = state_for(x);
1287 info = state_for(x);
1311 CodeEmitInfo* info = state_for(x, x->state());
1677 info = state_for(x, x->state_before());
1681 info = state_for(
[all...]

Completed in 43 milliseconds