hotspot/src/share/vm/ci/ciMethod.hpp
changeset 40664 1ec65b303bb7
parent 38177 b0c9cb06506b
child 41698 a3f113541801
equal deleted inserted replaced
40659:a2b2936240b9 40664:1ec65b303bb7
   340   // Print the name of this method in various incarnations.
   340   // Print the name of this method in various incarnations.
   341   void print_name(outputStream* st = tty);
   341   void print_name(outputStream* st = tty);
   342   void print_short_name(outputStream* st = tty);
   342   void print_short_name(outputStream* st = tty);
   343 
   343 
   344 #if INCLUDE_TRACE
   344 #if INCLUDE_TRACE
   345   TraceStructCiMethod to_trace_struct() const;
   345   TraceStructCalleeMethod to_trace_struct() const;
   346 #endif
   346 #endif
   347 };
   347 };
   348 
   348 
   349 #endif // SHARE_VM_CI_CIMETHOD_HPP
   349 #endif // SHARE_VM_CI_CIMETHOD_HPP