Searched defs:bo (Results 1 - 12 of 12) sorted by path

/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.hpp1033 static int bo( int x) { return opp_u_field(x, 10, 6); } function in class:Assembler
H A Dc1_LIRAssembler_ppc.cpp472 int bo = positive ? Assembler::bcondCRbiIs1 : Assembler::bcondCRbiIs0; local
1606 int bo = positive ? Assembler::bcondCRbiIs1 : Assembler::bcondCRbiIs0; local
H A DstubGenerator_ppc.cpp2582 const int bo = Assembler::bcondCRbiIs1, bi = Assembler::bi0(CCR0, Assembler::equal); local
H A DtemplateTable_ppc_64.cpp1592 int bo = (positive != invert) ? Assembler::bcondCRbiIs1 : Assembler::bcondCRbiIs0; local
/openjdk10/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp261 Node* bo = _gvn.transform( new BoolNode(cmp, BoolTest::ne) ); local
/openjdk10/hotspot/test/compiler/intrinsics/unsafe/
H A DByteBufferTest.java61 public final MyByteBuffer order(ByteOrder bo) { argument
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/impl/
H A DReaderUTF16.java38 private char bo; field in class:ReaderUTF16
48 public ReaderUTF16(InputStream is, char bo) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/nio/cs/
H A DUTF_32Coder.java46 protected Decoder(Charset cs, int bo) { argument
H A DUnicodeDecoder.java50 public UnicodeDecoder(Charset cs, int bo) { argument
55 public UnicodeDecoder(Charset cs, int bo, int defaultBO) { argument
H A DUnicodeEncoder.java46 protected UnicodeEncoder(Charset cs, int bo, boolean m) { argument
/openjdk10/jdk/test/java/lang/invoke/
H A DLoopCombinatorTest.java817 public static void testIterateParameters(MethodType it, MethodType in, MethodType bo, String msg) { argument
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js

Completed in 286 milliseconds