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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.hpp108 virtual void do_byte () = 0;
130 void do_byte() { type_name("jbyte" ); } function in class:SignatureTypeNames
158 void do_byte () { set(T_BYTE_size , T_BYTE ); } function in class:SignatureInfo
222 void do_byte() { _fingerprint |= (((uint64_t)byte_parm) << _shift_count); _shift_count += parameter_feature_size; } function in class:Fingerprinter
284 void do_byte () { pass_int(); _jni_offset++; _offset++; } function in class:NativeSignatureIterator
H A Dsignature.cpp73 case 'B': do_byte (); if (_parameter_index < 0 ) _return_type = T_BYTE;
176 do_byte();
H A DjavaCalls.cpp538 void do_byte() { check_int(T_BYTE); } function in class:SignatureChekker
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp114 virtual void do_byte () { set(CellTypeState::value); }; function in class:ComputeCallStack
168 virtual void do_byte () { set(CellTypeState::value); }; function in class:ComputeEntryStack
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1112 inline void do_byte() { if (!is_return_type()) get_byte(); } function in class:JNI_ArgumentPusher

Completed in 303 milliseconds