Home
last modified time | relevance | path

Searched defs:should_reexecute (Results 1 – 25 of 70) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DscopeDesc.hpp73 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp74 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DscopeDesc.hpp73 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp74 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DscopeDesc.hpp73 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp76 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DscopeDesc.hpp73 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp76 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DscopeDesc.hpp76 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp76 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DscopeDesc.hpp76 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp76 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DscopeDesc.hpp76 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp76 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DscopeDesc.hpp76 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp76 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DscopeDesc.hpp75 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp79 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DscopeDesc.hpp75 bool should_reexecute() const { return _reexecute; } in should_reexecute() function in ScopeDesc
H A DpcDesc.hpp79 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } in should_reexecute() function in PcDesc
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvframeArray.hpp73 bool should_reexecute(void) const { return _reexecute; } in should_reexecute() function in vframeArrayElement
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DvframeArray.hpp73 bool should_reexecute(void) const { return _reexecute; } in should_reexecute() function in vframeArrayElement
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DvframeArray.hpp73 bool should_reexecute(void) const { return _reexecute; } in should_reexecute() function in vframeArrayElement
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DvframeArray.hpp73 bool should_reexecute(void) const { return _reexecute; } in should_reexecute() function in vframeArrayElement
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DvframeArray.hpp74 bool should_reexecute(void) const { return _reexecute; } in should_reexecute() function in vframeArrayElement

123