Searched refs:is_object_aligned (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.hpp105 assert(is_object_aligned((intptr_t)obj) && is_object_aligned((intptr_t)new_top),
138 assert(is_object_aligned((intptr_t)obj) && is_object_aligned((intptr_t)new_top),
H A DasPSYoungGen.cpp454 assert(is_object_aligned((intptr_t)eden_start), "checking alignment");
455 assert(is_object_aligned((intptr_t)from_start), "checking alignment");
456 assert(is_object_aligned((intptr_t)to_start), "checking alignment");
H A DpsYoungGen.cpp194 assert(is_object_aligned((intptr_t)eden_start), "checking alignment");
195 assert(is_object_aligned((intptr_t)to_start), "checking alignment");
196 assert(is_object_aligned((intptr_t)from_start), "checking alignment");
649 assert(is_object_aligned((intptr_t)eden_start), "checking alignment");
650 assert(is_object_aligned((intptr_t)from_start), "checking alignment");
651 assert(is_object_aligned((intptr_t)to_start), "checking alignment");
H A DpsParallelCompact.hpp1520 assert(is_object_aligned((intptr_t)old_addr) && is_object_aligned((intptr_t)new_addr),
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableSpace.cpp183 assert(is_object_aligned((intptr_t)obj) && is_object_aligned((intptr_t)new_top),
204 assert(is_object_aligned((intptr_t)obj) && is_object_aligned((intptr_t)new_top),
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp497 assert(is_object_aligned((intptr_t)eden_start), "checking alignment");
498 assert(is_object_aligned((intptr_t)from_start), "checking alignment");
499 assert(is_object_aligned((intptr_t)to_start), "checking alignment");
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp386 inline bool is_object_aligned(intptr_t addr) { function

Completed in 45 milliseconds