hotspot/src/share/vm/asm/codeBuffer.hpp
changeset 33593 60764a78fa5c
parent 33198 b37ad9fbf681
child 35086 bbf32241d851
equal deleted inserted replaced
33579:01ade4446d96 33593:60764a78fa5c
   539   // is a given address in the insts section?  (2nd version is end-inclusive)
   539   // is a given address in the insts section?  (2nd version is end-inclusive)
   540   bool insts_contains(address pc) const  { return _insts.contains(pc); }
   540   bool insts_contains(address pc) const  { return _insts.contains(pc); }
   541   bool insts_contains2(address pc) const { return _insts.contains2(pc); }
   541   bool insts_contains2(address pc) const { return _insts.contains2(pc); }
   542 
   542 
   543   // Record any extra oops required to keep embedded metadata alive
   543   // Record any extra oops required to keep embedded metadata alive
   544   void finalize_oop_references(methodHandle method);
   544   void finalize_oop_references(const methodHandle& method);
   545 
   545 
   546   // Allocated size in all sections, when aligned and concatenated
   546   // Allocated size in all sections, when aligned and concatenated
   547   // (this is the eventual state of the content in its final
   547   // (this is the eventual state of the content in its final
   548   // CodeBlob).
   548   // CodeBlob).
   549   csize_t total_content_size() const;
   549   csize_t total_content_size() const;