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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp435 int num_inst = instructions->length(); local
439 for (int j = 1; j < num_inst; j++) {
524 int num_inst = instructions->length(); local
525 for (int j = 0; j < num_inst; j++) {
597 int num_inst = instructions->length(); local
601 for (int j = 1; j < num_inst; j++) {
2926 int num_inst = instructions->length(); local
2929 for (int j = 0; j < num_inst; j++) {
3006 for (int j = 0; j < num_inst; j++) {

Completed in 50 milliseconds