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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp747 ValueStack* existing_state = state(); local
748 if (existing_state == NULL) {
794 } else if (existing_state->is_same(new_state)) {
797 assert(existing_state->scope() == new_state->scope(), "not matching");
798 assert(existing_state->locals_size() == new_state->locals_size(), "not matching");
799 assert(existing_state->stack_size() == new_state->stack_size(), "not matching");
809 for_each_local_value(existing_state, index, existing_value) {
820 for_each_stack_value(existing_state, index, existing_value) {
823 for_each_local_value(existing_state, index, existing_value) {
832 for_each_stack_value(existing_state, inde
[all...]

Completed in 31 milliseconds