Home
last modified time | relevance | path

Searched defs:is_osr_method (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DcompileTask.cpp202 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
279 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompileTask.cpp229 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
316 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompileTask.cpp235 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
322 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompileTask.cpp229 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
316 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DcompileTask.cpp235 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
322 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DcompileTask.cpp238 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
325 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DcompileTask.cpp235 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
322 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DcompileTask.cpp240 bool is_osr_method, int osr_bci, bool is_blocking, in print_impl()
327 bool is_osr_method = osr_bci() != InvocationEntryBci; in print() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp202 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp205 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp211 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp202 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp204 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp205 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp205 virtual bool is_osr_method() const { return false; } in is_osr_method() function in AOTCompiledMethod
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Dnmethod.hpp270 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A Dnmethod.hpp282 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Dnmethod.hpp270 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A Dnmethod.hpp280 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A Dnmethod.hpp396 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A Dnmethod.hpp396 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A Dnmethod.hpp393 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A Dnmethod.hpp393 bool is_osr_method() const { return _entry_bci != InvocationEntryBci; } in is_osr_method() function in nmethod
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp413 bool is_osr_method, int osr_bci, bool is_blocking, in print_compilation_impl()
530 bool is_osr_method = osr_bci() != InvocationEntryBci; in print_compilation() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp413 bool is_osr_method, int osr_bci, bool is_blocking, in print_compilation_impl()
530 bool is_osr_method = osr_bci() != InvocationEntryBci; in print_compilation() local

12