Searched refs:as_method (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMemberName.cpp38 return CURRENT_ENV->get_object(vmtarget_oop)->as_method();
H A DciMethodHandle.cpp40 return CURRENT_ENV->get_object(vmtarget_oop)->as_method();
H A DciObject.hpp217 ciMethod* as_method() { function in class:ciObject
H A DciEnv.cpp305 return get_object(JNIHandles::resolve(method))->as_method();
755 return get_object(adapter)->as_method();
787 return get_object(m)->as_method();
805 return get_object(m)->as_method();
H A DciInstanceKlass.cpp518 return CURRENT_THREAD_ENV->get_object(m)->as_method();
H A DciMethod.cpp643 return CURRENT_THREAD_ENV->get_object(target())->as_method();
681 result = CURRENT_THREAD_ENV->get_object(m())->as_method();
H A DbcEscapeAnalyzer.cpp1465 ciMethod *m = _dependencies.at(i+1)->as_method();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp135 ciMethod* method = obj->as_method();
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp207 swap = (x->ident() > x2->ident() && x->as_method()->holder() != ctxk);
288 return x->as_method()->holder();

Completed in 197 milliseconds