Searched refs:use_length (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp328 bool use_length = x->length() != NULL; local
342 if (use_length) {
370 if (use_length) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp267 bool use_length = x->length() != NULL; local
281 if (use_length) {
309 if (use_length) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1881 bool use_length = x->length() != NULL; local
1887 if (use_length) {
1918 if (use_length) {

Completed in 299 milliseconds