Searched refs:memory_alignment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp184 int align = memory_alignment(n->as_Mem(), 0);
217 int align = memory_alignment(s, iv_adjustment);
226 if (memory_alignment(mem_ref, best_iv_adjustment) == 0) {
253 memory_alignment(mr, iv_adjustment) != 0)
1852 //------------------------------memory_alignment---------------------------
1854 int SuperWord::memory_alignment(MemNode* s, int iv_adjust) { function in class:SuperWord
H A Dsuperword.hpp403 int memory_alignment(MemNode* s, int iv_adjust);

Completed in 39 milliseconds