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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2568 int stack_idx = opr->single_stack_ix(); local
2570 int cache_idx = (stack_idx + LinearScan::nof_cpu_regs) * 2 + (is_oop ? 1 : 0);
2575 sv = location_for_name(stack_idx, loc_type);
2580 DEBUG_ONLY(assert_equal(sv, location_for_name(stack_idx, is_oop ? Location::oop : Location::normal)));

Completed in 459 milliseconds