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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp137 int max_spills() const { return _max_spills; } function in class:Compilation
H A Dc1_Compilation.cpp222 _max_spills = allocator->max_spills();
H A Dc1_LinearScan.hpp404 int max_spills() const { return _max_spills; } function in class:LinearScan
H A Dc1_LinearScan.cpp279 if (!frame_map()->finalize_frame(max_spills())) {
2480 _scope_value_cache = ScopeValueArray((LinearScan::nof_cpu_regs + frame_map()->argcount() + max_spills()) * 2, NULL);
3720 BitMap used_regs(LinearScan::nof_regs + allocator()->frame_map()->argcount() + allocator()->max_spills());
6464 inc_counter(counter_spill_slots, allocator->max_spills());

Completed in 62 milliseconds