Searched defs:card_table_base (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1584 LIR_Const* card_table_base = new LIR_Const(((CardTableModRefBS*)_bs)->byte_map_base); local
1604 __ move((LIR_Opr)card_table_base, tmp);
1626 if (can_inline_as_constant(card_table_base)) {
1628 new LIR_Address(tmp, card_table_base->as_jint(), T_BYTE));
1631 new LIR_Address(tmp, load_constant(card_table_base),

Completed in 44 milliseconds