Home
last modified time | relevance | path

Searched refs:startInMemory (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp89startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
592 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp373 case startInMemory: in change_spill_state()
981 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
984 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp89startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
591 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp373 case startInMemory: in change_spill_state()
980 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
983 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp89startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
592 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp373 case startInMemory: in change_spill_state()
981 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
984 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp89startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
597 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp371 case startInMemory: in change_spill_state()
978 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
981 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp90startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
599 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp371 case startInMemory: in change_spill_state()
979 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
982 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp90startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
593 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp369 case startInMemory: in change_spill_state()
976 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
979 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp89startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
591 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp369 case startInMemory: in change_spill_state()
976 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
979 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp89startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
591 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp373 case startInMemory: in change_spill_state()
980 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
983 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp100startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
603 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp386 case startInMemory: in change_spill_state()
995 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
998 interval->set_spill_state(startInMemory); in add_def()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp100startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never … enumerator
603 …lit_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; } in always_in_memory()
H A Dc1_LinearScan.cpp386 case startInMemory: in change_spill_state()
995 if (use_kind == noUse && interval->spill_state() <= startInMemory) { in add_def()
998 interval->set_spill_state(startInMemory); in add_def()