Searched defs:parity (Results 1 - 3 of 3) 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 Dassembler_x86.hpp475 parity = 0xa, enumerator in enum:Assembler::Condition
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...]

Completed in 196 milliseconds