Searched refs:get_method_from_handle (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp184 ciMethod* get_method_from_handle(jobject method);
H A DciEnv.cpp302 // ciEnv::get_method_from_handle
303 ciMethod* ciEnv::get_method_from_handle(jobject method) { function in class:ciEnv
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1772 ciMethod* target = ci_env.get_method_from_handle(target_handle);

Completed in 244 milliseconds