src/hotspot/share/ci/ciObjectFactory.hpp
changeset 53278 4b469f5f4bf2
parent 51197 3a6be93c9660
child 53293 64049c8e7452
equal deleted inserted replaced
53250:10621b0e8e38 53278:4b469f5f4bf2
    98   ciObjectFactory(Arena* arena, int expected_size);
    98   ciObjectFactory(Arena* arena, int expected_size);
    99 
    99 
   100   // Get the ciObject corresponding to some oop.
   100   // Get the ciObject corresponding to some oop.
   101   ciObject* get(oop key);
   101   ciObject* get(oop key);
   102   ciMetadata* get_metadata(Metadata* key);
   102   ciMetadata* get_metadata(Metadata* key);
       
   103   ciMetadata* cached_metadata(Metadata* key);
   103   ciSymbol* get_symbol(Symbol* key);
   104   ciSymbol* get_symbol(Symbol* key);
   104 
   105 
   105   // Get the ciSymbol corresponding to one of the vmSymbols.
   106   // Get the ciSymbol corresponding to one of the vmSymbols.
   106   static ciSymbol* vm_symbol_at(int index);
   107   static ciSymbol* vm_symbol_at(int index);
   107 
   108