hotspot/src/share/vm/opto/parse.hpp
changeset 29582 9a0bb63adf5a
parent 28912 27fac2f8fdbe
child 31857 adbf29d9ca43
equal deleted inserted replaced
29477:82f545c6572b 29582:9a0bb63adf5a
    85   bool        should_not_inline(ciMethod* callee_method,
    85   bool        should_not_inline(ciMethod* callee_method,
    86                                 ciMethod* caller_method,
    86                                 ciMethod* caller_method,
    87                                 JVMState* jvms,
    87                                 JVMState* jvms,
    88                                 WarmCallInfo* wci_result);
    88                                 WarmCallInfo* wci_result);
    89   void        print_inlining(ciMethod* callee_method, int caller_bci,
    89   void        print_inlining(ciMethod* callee_method, int caller_bci,
    90                              bool success) const;
    90                              ciMethod* caller_method, bool success) const;
    91 
    91 
    92   InlineTree* caller_tree()       const { return _caller_tree;  }
    92   InlineTree* caller_tree()       const { return _caller_tree;  }
    93   InlineTree* callee_at(int bci, ciMethod* m) const;
    93   InlineTree* callee_at(int bci, ciMethod* m) const;
    94   int         inline_level()      const { return stack_depth(); }
    94   int         inline_level()      const { return stack_depth(); }
    95   int         stack_depth()       const { return _caller_jvms ? _caller_jvms->depth() : 0; }
    95   int         stack_depth()       const { return _caller_jvms ? _caller_jvms->depth() : 0; }