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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp506 int num_instructions = 0; local
509 num_instructions += block_at(i)->lir()->instructions_list()->length();
513 _lir_ops = LIR_OpArray(num_instructions);
514 _block_of_op = BlockBeginArray(num_instructions);
538 assert(idx == num_instructions, "must match");
541 _has_call = BitMap(num_instructions); _has_call.clear();
542 _has_info = BitMap(num_instructions); _has_info.clear();

Completed in 1339 milliseconds