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

/openjdk10/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);
H A DciReplay.cpp1166 bool ciReplay::should_not_inline(ciMethod* method) { function in class:ciReplay
1189 bool ciReplay::should_not_inline(void* data, ciMethod* method, int bci, int inline_depth) { function in class:ciReplay
/openjdk10/hotspot/src/share/vm/compiler/
H A DcompilerOracle.hpp56 static bool should_not_inline(const methodHandle& method);
H A DcompilerDirectives.cpp333 bool DirectiveSet::should_not_inline(ciMethod* inlinee) { function in class:DirectiveSet
342 return CompilerOracle::should_not_inline(mh);
H A DcompilerDirectives.hpp110 bool should_not_inline(ciMethod* inlinee);
H A DcompilerOracle.cpp354 bool CompilerOracle::should_not_inline(const methodHandle& method) { function in class:CompilerOracle
/openjdk10/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.hpp95 virtual bool should_not_inline(ciEnv* env, ciMethod* method) { return false; } function in class:CompilationPolicy
H A DadvancedThresholdPolicy.hpp229 virtual bool should_not_inline(ciEnv* env, ciMethod* callee);
H A DsimpleThresholdPolicy.hpp116 virtual bool should_not_inline(ciEnv* env, ciMethod* callee) { function in class:SimpleThresholdPolicy
H A DadvancedThresholdPolicy.cpp332 bool AdvancedThresholdPolicy::should_not_inline(ciEnv* env, ciMethod* callee) { function in class:AdvancedThresholdPolicy
/openjdk10/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp196 bool InlineTree::should_not_inline(ciMethod *callee_method, function in class:InlineTree
230 if (C->directive()->should_not_inline(callee_method)) {
243 if (ciReplay::should_not_inline(C->replay_inline_data(), callee_method, caller_bci, inline_depth)) {
248 if (ciReplay::should_not_inline(callee_method)) {
342 if (should_not_inline(callee_method, caller_method, jvms, wci_result)) {
H A Dparse.hpp85 bool should_not_inline(ciMethod* callee_method,
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp358 const char* should_not_inline(ciMethod* callee) const;
H A Dc1_GraphBuilder.cpp3382 msg = should_not_inline(callee);
3448 const char* GraphBuilder::should_not_inline(ciMethod* callee) const { function in class:GraphBuilder
3449 if ( compilation()->directive()->should_not_inline(callee)) return "disallowed by CompileCommand";
3734 if (CompilationPolicy::policy()->should_not_inline(compilation()->env(), callee)) {
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp768 return !Inline || CompilerOracle::should_not_inline(method) || method->dont_inline();

Completed in 140 milliseconds