Searched refs:node_max (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | output.cpp | 1779 uint node_max = _regalloc->node_regs_max_index(); local 1784 _node_bundling_base = NEW_ARENA_ARRAY(compile.comp_arena(), Bundle, node_max); 1787 _node_latency = NEW_ARENA_ARRAY(arena, unsigned short, node_max); 1788 _uses = NEW_ARENA_ARRAY(arena, short, node_max); 1789 _current_latency = NEW_ARENA_ARRAY(arena, unsigned short, node_max); 1792 memset(_node_bundling_base, 0, node_max * sizeof(Bundle)); 1793 memset(_node_latency, 0, node_max * sizeof(unsigned short)); 1794 memset(_uses, 0, node_max * sizeof(short)); 1795 memset(_current_latency, 0, node_max * sizeof(unsigned short));
|
Completed in 5125 milliseconds