Searched refs:get_unloaded_method (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.hpp109 ciMethod* get_unloaded_method(ciInstanceKlass* holder,
H A DciEnv.hpp191 ciMethod* get_unloaded_method(ciInstanceKlass* holder, function in class:ciEnv
195 return _factory->get_unloaded_method(holder, name, signature, accessor);
H A DciEnv.cpp762 return get_unloaded_method(holder, name, signature, accessor);
814 return get_unloaded_method(declared_holder, name, signature, accessor);
H A DciObjectFactory.cpp374 // ciObjectFactory::get_unloaded_method
381 ciMethod* ciObjectFactory::get_unloaded_method(ciInstanceKlass* holder, function in class:ciObjectFactory

Completed in 219 milliseconds