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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.inline.hpp50 inline void JvmtiEventEnabled::set_bits(jlong bits) { function in class:JvmtiEventEnabled
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp66 void set_bits(uint bits) { _bits = bits;} function in class:BCEscapeAnalyzer::ArgumentMap
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1299 void set_bits(short x) { function in class:breakpoint_Relocation
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp931 inline void set_bits (intptr_t& x, intptr_t m) { x |= m; } function
938 inline void set_nth_bit(intptr_t& x, int n) { set_bits (x, nth_bit(n)); }

Completed in 47 milliseconds