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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp101 bool is_returning_oop() const { function in class:SharkNativeWrapper
102 return target()->is_returning_oop();
120 assert(is_static() || is_returning_oop(), "should be");
H A DsharkNativeWrapper.cpp70 if (is_static() || is_returning_oop()) {
112 else if (is_returning_oop()) {
207 else if (is_returning_oop())
294 if (is_returning_oop()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp465 bool is_returning_oop() const { BasicType r = result_type(); return (r == T_OBJECT || r == T_ARRAY); } function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp1056 bool return_oop = nm->method()->is_returning_oop();

Completed in 49 milliseconds