Searched refs:state_for (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp360 CodeEmitInfo* range_check_info = state_for(x);
415 info_for_exception = state_for(x);
420 CodeEmitInfo* info = state_for(x, x->state(), true);
503 CodeEmitInfo* info = state_for(x);
567 CodeEmitInfo* info = state_for(x);
763 // Make all state_for calls early since they can emit code
764 CodeEmitInfo* info = state_for(x, x->state());
882 CodeEmitInfo* info = state_for(x, x->state());
895 // Evaluate state_for early since it may emit code
896 CodeEmitInfo* info = state_for(
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp299 CodeEmitInfo* range_check_info = state_for(x);
358 info_for_exception = state_for(x);
362 CodeEmitInfo* info = state_for(x, x->state(), true);
478 CodeEmitInfo* info = state_for(x);
554 // call state_for before load_item_force because state_for may
558 CodeEmitInfo* info = state_for(x);
889 // Make all state_for calls early since they can emit code
890 CodeEmitInfo* info = state_for(x, x->state());
1018 CodeEmitInfo* info = state_for(
[all...]
/openjdk7/hotspot/src/share/vm/c1/
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...]
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.hpp375 CodeEmitInfo* state_for(Instruction* x, ValueStack* state, bool ignore_xhandler = false);
376 CodeEmitInfo* state_for(Instruction* x);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp346 inline static JvmtiThreadState *state_for(JavaThread *thread) { function in class:JvmtiThreadState
H A DjvmtiEnv.cpp148 state = JvmtiThreadState::state_for(java_thread);
1372 JvmtiThreadState* state = JvmtiThreadState::state_for(java_thread);
1398 JvmtiThreadState* state = JvmtiThreadState::state_for(java_thread);
1515 JvmtiThreadState *state = JvmtiThreadState::state_for(java_thread);
H A DjvmtiExport.cpp1867 JvmtiThreadState* state = JvmtiThreadState::state_for(JavaThread::current());
1882 // Can not take safepoint here so can not use state_for to get
2250 JvmtiThreadState* state = JvmtiThreadState::state_for(JavaThread::current());
H A DjvmtiEnvBase.cpp1386 JvmtiThreadState* state = JvmtiThreadState::state_for(java_thread);
H A DjvmtiRedefineClasses.cpp848 JvmtiThreadState *state = JvmtiThreadState::state_for(JavaThread::current());

Completed in 88 milliseconds