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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.cpp95 SharkState *entry_state; local
97 entry_state = new SharkOSREntryState(start_block, method, osr_buf);
103 entry_state = new SharkNormalEntryState(start_block, method);
109 locker->add_incoming(entry_state);
114 entry_state = locker->current_state();
119 start_block->add_incoming(entry_state);
H A DsharkInliner.cpp52 entry_state()->set_local(i, value);
64 SharkState* entry_state() { function in class:SharkInlineBlock
86 SharkInlinerHelper(ciMethod* target, SharkState* entry_state) argument
88 _entry_state(entry_state),
100 SharkState* entry_state() const { function in class:SharkInlinerHelper
188 (new SharkInlineBlock(target(), entry_state()))->emit_IR();
687 SharkValue *arg = entry_state()->stack(target()->arg_size() - 1 - i);
H A DsharkBlock.cpp902 return entry_state()->copy();
1167 SharkState* SharkBlock::entry_state() { function in class:SharkBlock
H A DsharkTopLevelBlock.cpp198 SharkState* SharkTopLevelBlock::entry_state() { function in class:SharkTopLevelBlock
208 ((SharkPHIState *) entry_state())->add_incoming(incoming_state);
214 assert(entry_state()->equal_to(incoming_state), "should be");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp176 ValueStack* entry_state = osr_entry->end()->state(); local
177 int number_of_locks = entry_state->locks_size();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp276 ValueStack* entry_state = osr_entry->state(); local
277 int number_of_locks = entry_state->locks_size();

Completed in 66 milliseconds