Searched refs:parity (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsatbQueue.cpp300 int parity = sh->strong_roots_parity(); local
303 if (t->claim_oops_do(true, parity)) {
308 // We also need to claim the VMThread so that its parity is updated
311 // parity that matches the parity set by the StrongRootsScope
317 if (vmt->claim_oops_do(true, parity)) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp65 __ jccb(Assembler::parity, NaN);
H A Dassembler_x86.cpp5496 Assembler::noParity /* parity = 0xa */ ,
5497 Assembler::parity /* noParity = 0xb */ ,
5759 // set parity bit if FPU flag C2 is set (via rax)
5765 jcc(Assembler::parity, L);
5769 // set parity bit if FPU flag C2 is set (via rax)
7223 jcc(Assembler::parity, L);
7230 jcc(Assembler::parity, L);
7245 jcc(Assembler::parity, L);
7252 jcc(Assembler::parity, L);
7548 jcc(Assembler::parity,
9991 bool parity() const { return ((_value >> 2) & 1) != 0; } function in class:Flag_Register
[all...]
H A DtemplateTable_x86_64.cpp1584 __ jccb(Assembler::parity, done);
1590 __ jccb(Assembler::parity, done);
H A Dassembler_x86.hpp475 parity = 0xa, enumerator in enum:Assembler::Condition
H A Dc1_LIRAssembler_x86.cpp1431 __ jcc(Assembler::parity, *(op->ublock()->label()));

Completed in 105 milliseconds