Searched refs:get_serialize_page_shift_count (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp170 LLVMValue::intptr_constant(os::get_serialize_page_shift_count())),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp353 static int get_serialize_page_shift_count() { function in class:os
373 get_serialize_page_shift_count()) &
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp749 srl(thread, os::get_serialize_page_shift_count(), tmp2);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8309 shrl(tmp, os::get_serialize_page_shift_count());

Completed in 750 milliseconds