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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp951 int not_taken_count_offset = md->byte_offset_of_slot(data, BranchData::not_taken_offset()); local
954 taken_count_offset = not_taken_count_offset;
955 not_taken_count_offset = t;
964 LIR_OprFact::intptrConst(not_taken_count_offset),

Completed in 807 milliseconds