hotspot/src/share/vm/ci/ciObjectFactory.hpp
changeset 10734 065435337883
parent 10547 ea4a2ec31ae2
child 13728 882756847a04
equal deleted inserted replaced
10733:49cc61508e86 10734:065435337883
   106   static ciSymbol* vm_symbol_at(int index);
   106   static ciSymbol* vm_symbol_at(int index);
   107 
   107 
   108   // Get the ciMethod representing an unloaded/unfound method.
   108   // Get the ciMethod representing an unloaded/unfound method.
   109   ciMethod* get_unloaded_method(ciInstanceKlass* holder,
   109   ciMethod* get_unloaded_method(ciInstanceKlass* holder,
   110                                 ciSymbol*        name,
   110                                 ciSymbol*        name,
   111                                 ciSymbol*        signature);
   111                                 ciSymbol*        signature,
       
   112                                 ciInstanceKlass* accessor);
   112 
   113 
   113   // Get a ciKlass representing an unloaded klass.
   114   // Get a ciKlass representing an unloaded klass.
   114   ciKlass* get_unloaded_klass(ciKlass* accessing_klass,
   115   ciKlass* get_unloaded_klass(ciKlass* accessing_klass,
   115                               ciSymbol* name,
   116                               ciSymbol* name,
   116                               bool create_if_not_found);
   117                               bool create_if_not_found);