Searched refs:entry_state (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkFunction.cpp99 SharkState *entry_state; local
101 entry_state = new SharkOSREntryState(start_block, method, osr_buf);
107 entry_state = new SharkNormalEntryState(start_block, method);
113 locker->add_incoming(entry_state);
118 entry_state = locker->current_state();
123 start_block->add_incoming(entry_state);
H A DsharkInliner.cpp53 entry_state()->set_local(i, value);
65 SharkState* entry_state() { function in class:SharkInlineBlock
87 SharkInlinerHelper(ciMethod* target, SharkState* entry_state) argument
89 _entry_state(entry_state),
101 SharkState* entry_state() const { function in class:SharkInlinerHelper
189 (new SharkInlineBlock(target(), entry_state()))->emit_IR();
688 SharkValue *arg = entry_state()->stack(target()->arg_size() - 1 - i);
H A DsharkBlock.hpp71 virtual SharkState* entry_state();
H A DsharkTopLevelBlock.hpp181 SharkState* entry_state();
H A DsharkTopLevelBlock.cpp222 SharkState* SharkTopLevelBlock::entry_state() { function in class:SharkTopLevelBlock
232 ((SharkPHIState *) entry_state())->add_incoming(incoming_state);
238 assert(entry_state()->equal_to(incoming_state), "should be");
H A DsharkBlock.cpp904 return entry_state()->copy();
1184 SharkState* SharkBlock::entry_state() { function in class:SharkBlock
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp181 ValueStack* entry_state = osr_entry->end()->state(); local
182 int number_of_locks = entry_state->locks_size();
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp229 ValueStack* entry_state = osr_entry->state(); local
230 int number_of_locks = entry_state->locks_size();
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp89 ValueStack* entry_state = osr_entry->end()->state(); local
90 int number_of_locks = entry_state->locks_size();
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp91 ValueStack* entry_state = osr_entry->end()->state(); local
92 int number_of_locks = entry_state->locks_size();
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp199 ValueStack* entry_state = osr_entry->end()->state(); local
200 int number_of_locks = entry_state->locks_size();
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp278 ValueStack* entry_state = osr_entry->state(); local
279 int number_of_locks = entry_state->locks_size();

Completed in 162 milliseconds