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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.hpp147 static ByteSize byte_width_of_active() { return in_ByteSize(sizeof(bool)); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3579 BasicType active_type = in_bytes(PtrQueue::byte_width_of_active()) == 4 ? T_INT : T_BYTE;
3580 assert(in_bytes(PtrQueue::byte_width_of_active()) == 4 || in_bytes(PtrQueue::byte_width_of_active()) == 1, "flag width");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1468 if (in_bytes(PtrQueue::byte_width_of_active()) == 4) {
1471 guarantee(in_bytes(PtrQueue::byte_width_of_active()) == 1,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp4440 if (in_bytes(PtrQueue::byte_width_of_active()) == 4) {
4446 guarantee(in_bytes(PtrQueue::byte_width_of_active()) == 1,
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8622 if (in_bytes(PtrQueue::byte_width_of_active()) == 4) {
8625 assert(in_bytes(PtrQueue::byte_width_of_active()) == 1, "Assumption");

Completed in 2295 milliseconds