Searched refs:ciMethodHandle (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodHandle.hpp31 // ciMethodHandle
34 class ciMethodHandle : public ciInstance { class in inherits:ciInstance
36 ciMethodHandle(instanceHandle h_i) : ciInstance(h_i) {} function in class:ciMethodHandle
H A DciCallSite.hpp45 ciMethodHandle* get_target() const;
H A DciMethodHandle.cpp27 #include "ci/ciMethodHandle.hpp"
32 // ciMethodHandle::get_vmtarget
35 ciMethod* ciMethodHandle::get_vmtarget() const {
H A DciCallSite.cpp45 ciMethodHandle* ciCallSite::get_target() const {
H A DciClassList.hpp51 class ciMethodHandle;
108 friend class ciMethodHandle; \
H A DciCallProfile.hpp39 friend class ciMethodHandle;
H A DciObject.hpp225 ciMethodHandle* as_method_handle() {
227 return (ciMethodHandle*)this;
H A DciMethod.hpp53 friend class ciMethodHandle;
H A DciObjectFactory.cpp34 #include "ci/ciMethodHandle.hpp"
352 return new (arena()) ciMethodHandle(h_i);
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp141 static CallGenerator* for_predicted_dynamic_call(ciMethodHandle* predicted_method_handle,
H A Dmemnode.cpp1643 ciMethodHandle* target = call_site->get_target();
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp30 #include "ci/ciMethodHandle.hpp"
278 void assert_call_site_target_value(ciCallSite* call_site, ciMethodHandle* method_handle);
H A Ddependencies.cpp116 void Dependencies::assert_call_site_target_value(ciCallSite* call_site, ciMethodHandle* method_handle) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1591 ciMethodHandle* target = call_site->get_target();

Completed in 1338 milliseconds