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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.hpp111 virtual void do_long () = 0;
133 void do_long() { type_name("jlong" ); } function in class:SignatureTypeNames
161 void do_long () { set(T_LONG_size , T_LONG ); } function in class:SignatureInfo
225 void do_long() { _fingerprint |= (((uint64_t)long_parm) << _shift_count); _shift_count += parameter_feature_size; } function in class:Fingerprinter
288 void do_long () { pass_long(); _jni_offset++; _offset += 2; } function in class:NativeSignatureIterator
290 void do_long () { pass_long(); _jni_offset += 2; _offset += 2; } function in class:NativeSignatureIterator
H A Dsignature.cpp83 case 'J': do_long (); if (_parameter_index < 0 ) _return_type = T_LONG;
196 do_long();
H A DjavaCalls.cpp541 void do_long() { check_long(T_LONG); } function in class:SignatureChekker
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp123 void do_long () { set(CellTypeState::value); function in class:ComputeCallStack
177 void do_long () { set(CellTypeState::value); function in class:ComputeEntryStack
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1114 inline void do_long() { if (!is_return_type()) get_long(); } function in class:JNI_ArgumentPusher

Completed in 54 milliseconds