Searched refs:align (Results 101 - 116 of 116) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp442 // must align calls sites, otherwise they can't be updated atomically on MP hardware
626 _masm->align(CodeEntryAlignment);
H A Dc1_Runtime1.cpp216 // align so printing shows nop's instead of random code at the end (SimpleStubs are aligned)
217 sasm->align(BytesPerWord);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c291 jlong align; member in union:__anon925
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp356 __ align(CodeEntryAlignment);
559 __ align(wordSize);
3594 __ align(BytesPerWord);
H A DsharedRuntime_x86_32.cpp774 // we need to align the outgoing SP for compiled code.
1673 // align the save area
1764 // if we align at 8 then we will be sure 5 bytes are in the same line
1765 __ align(8);
2573 // if we align at 8 then we will be sure 5 bytes are in the same line
2574 __ align(8);
H A DsharedRuntime_x86_64.cpp465 // align stack so push_CPU_state doesn't fault
654 // we must align the stack to 16 bytes on an i2c entry else we
707 // we need to align the outgoing SP for compiled code.
1386 __ andptr(rsp, -16); // align stack as required by ABI
1906 // align the save area
1991 __ align(8);
2405 __ andptr(rsp, -16); // align stack as required by ABI
2582 __ andptr(rsp, -16); // align stack as required by ABI
2619 __ andptr(rsp, -16); // align stack as required by ABI
2844 // if we align a
[all...]
H A Dassembler_x86.cpp6568 andq(rsp, -16); // align stack as required by ABI
6576 andq(rsp, -16); // align stack as required by push_CPU_state and call
6590 andq(rsp, -16); // align stack as required by push_CPU_state and call
6718 void MacroAssembler::align(int modulus) { function in class:MacroAssembler
11399 // align source address at 4 bytes address boundary
11422 align(16);
11452 // align to 8 bytes, we know we are 4 byte aligned to start
11471 align(16);
11496 align(16);
H A Dassembler_x86.hpp1944 void align(int modulus);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1075 public void align(int incr) { method in class:Code
H A DGen.java1172 code.align(4);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java66 * <li>vertical-align (only sup and super)
67 * <li>text-align (justify is treated as center)
355 new Attribute("text-align", null, true);
367 new Attribute("vertical-align", "baseline", false);
1681 int align = ((Integer)value).intValue();
1683 switch(align) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp424 slot = round_to(slot, 2); // align
434 slot = round_to(slot, 2); // align
452 flt_reg = round_to(flt_reg, 2); // align
457 slot = round_to(slot, 2); // align
887 // | pad, align | |
1970 __ align(CodeEntryAlignment);
2912 __ align(CodeEntryAlignment);
H A Dassembler_sparc.cpp1626 void MacroAssembler::align(int modulus) { function in class:MacroAssembler
4937 // align to next cache line
H A Dassembler_sparc.hpp2398 void align(int modulus);
H A Dc1_LIRAssembler_sparc.cpp3068 __ align(OptoLoopAlignment);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3269 // It's rare enough that the planets align for this bug,
3493 bool os::Solaris::set_mpss_range(caddr_t start, size_t bytes, size_t align) { argument
3498 mpss_struct.mha_pagesize = align;

Completed in 175 milliseconds

12345