Home
last modified time | relevance | path

Searched refs:should_not_inline (Results 1 – 25 of 139) sorted by relevance

123456

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciReplay.hpp120 static bool should_not_inline(ciMethod* method);
122 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciReplay.hpp120 static bool should_not_inline(ciMethod* method);
122 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciReplay.hpp121 static bool should_not_inline(ciMethod* method);
123 static bool should_not_inline(void* data, ciMethod* method, int bci, int inline_depth);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp196 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
231 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
244 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
249 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
371 if (should_not_inline(callee_method, caller_method, jvms)) { in try_to_inline()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp204 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
240 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
253 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
258 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
352 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp204 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
240 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
253 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
258 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
352 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp204 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
240 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
253 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
258 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
381 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DbytecodeInfo.cpp197 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
233 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
246 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
251 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
345 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp205 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
241 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
254 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
259 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
382 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp196 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
230 if (callee_method->should_not_inline()) { in should_not_inline()
243 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
248 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
333 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp196 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
230 if (callee_method->should_not_inline()) { in should_not_inline()
243 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
248 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
333 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp204 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
240 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
253 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
258 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
381 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp204 bool InlineTree::should_not_inline(ciMethod *callee_method, in should_not_inline() function in InlineTree
240 if (C->directive()->should_not_inline(callee_method)) { in should_not_inline()
253 …if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth))… in should_not_inline()
258 if (ciReplay::should_not_inline(callee_method)) { in should_not_inline()
381 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) { in try_to_inline()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompilerOracle.hpp53 static bool should_not_inline(methodHandle method);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompilerOracle.hpp53 static bool should_not_inline(methodHandle method);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompilerOracle.hpp58 static bool should_not_inline(const methodHandle& method);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DcompilerOracle.hpp58 static bool should_not_inline(const methodHandle& method);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DcompilerOracle.hpp58 static bool should_not_inline(const methodHandle& method);

123456