Searched refs:count_mask_value (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.hpp68 count_mask_value = count_mask, // use this value to mask the backedge counter enumerator in enum:VALUE_OBJ_CLASS_SPEC::PublicConstants
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2102 and3( Rtmp2, InvocationCounter::count_mask_value, Rtmp2 );
2135 and3( Rtmp2, InvocationCounter::count_mask_value, Rtmp2 );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp379 __ andl(rax, InvocationCounter::count_mask_value); // mask out the status bits
H A DtemplateInterpreter_x86_64.cpp337 __ andl(rax, InvocationCounter::count_mask_value); // mask out the status bits
H A DcppInterpreter_x86.cpp583 __ andl(rax, InvocationCounter::count_mask_value); // mask out the status bits
H A DtemplateTable_x86_32.cpp1656 __ andl(rax, InvocationCounter::count_mask_value); // and the status bits
H A DtemplateTable_x86_64.cpp1685 __ andl(rax, InvocationCounter::count_mask_value); // and the status bits

Completed in 104 milliseconds