Searched defs:_return_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp61 _return_type(return_type),
70 BasicType _return_type; member in class:SharkNativeWrapper
93 return _return_type;
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp458 BasicType _return_type; member in class:SignatureChekker
468 _return_type = return_type;
485 guarantee(_is_return && t == _return_type, "return type does not match");
H A Ddeoptimization.hpp141 BasicType _return_type; // Tells if we have to restore double or long return value member in class:Deoptimization::UnrollBlock
187 static int return_type_offset_in_bytes() { return offset_of(UnrollBlock, _return_type); }
193 BasicType return_type() const { return _return_type; }
H A Dsignature.hpp53 BasicType _return_type; member in class:SignatureIterator
101 BasicType get_ret_type() const { return _return_type; }
170 _return_type = T_ILLEGAL;
202 void set(int size, BasicType type) { _return_type = type; }
204 BasicType type() { lazy_iterate_return(); return _return_type; }

Completed in 40 milliseconds