Searched refs:ciMethodType (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodType.hpp32 // ciMethodType
35 class ciMethodType : public ciInstance { class in inherits:ciInstance
48 ciMethodType(instanceHandle h_i) : ciInstance(h_i) {} function in class:ciMethodType
H A DciClassList.hpp52 class ciMethodType;
109 friend class ciMethodType; \
H A DciSignature.hpp50 ciSignature(ciKlass* accessing_klass, ciSymbol* signature, ciMethodType* method_type);
H A DciObject.hpp229 ciMethodType* as_method_type() {
231 return (ciMethodType*)this;
H A DciSignature.cpp26 #include "ci/ciMethodType.hpp"
85 ciSignature::ciSignature(ciKlass* accessing_klass, ciSymbol* symbol, ciMethodType* method_type) :
H A DciStreams.cpp372 ciMethodType* method_type = get_method_type();
421 ciMethodType* ciBytecodeStream::get_method_type() {
H A DciStreams.hpp266 ciMethodType* get_method_type();
H A DciObjectFactory.cpp35 #include "ci/ciMethodType.hpp"
354 return new (arena()) ciMethodType(h_i);

Completed in 1098 milliseconds