Searched refs:do_short (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.hpp109 virtual void do_short () = 0;
131 void do_short() { type_name("jshort" ); } function in class:SignatureTypeNames
159 void do_short () { set(T_SHORT_size , T_SHORT ); } function in class:SignatureInfo
223 void do_short() { _fingerprint |= (((uint64_t)short_parm) << _shift_count); _shift_count += parameter_feature_size; } function in class:Fingerprinter
285 void do_short () { pass_int(); _jni_offset++; _offset++; } function in class:NativeSignatureIterator
H A Dsignature.cpp85 case 'S': do_short (); if (_parameter_index < 0 ) _return_type = T_SHORT;
184 do_short();
H A DjavaCalls.cpp539 void do_short() { check_int(T_SHORT); } function in class:SignatureChekker
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp115 virtual void do_short () { set(CellTypeState::value); }; function in class:ComputeCallStack
169 virtual void do_short () { set(CellTypeState::value); }; function in class:ComputeEntryStack
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1111 inline void do_short() { if (!is_return_type()) get_short(); } function in class:JNI_ArgumentPusher

Completed in 56 milliseconds