Searched defs:round_to (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1034 inline intptr_t round_to(intptr_t x, uintx s) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp2165 inline void round_to( Register r, int modulus ) { function in class:MacroAssembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8293 void MacroAssembler::round_to(Register reg, int modulus) { function in class:MacroAssembler
9349 round_to(scan_temp, BytesPerLong);

Completed in 394 milliseconds