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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2451 int total_strings = 0; local
2472 total_strings++;
2512 int* string_locs = NEW_RESOURCE_ARRAY(int, total_strings + 1);
2513 for (i = 0; i < total_strings ; i++) {
2713 sid < total_strings ; j_arg++, c_arg++ ) {
H A DsharedRuntime_x86_64.cpp2710 int total_strings = 0; local
2732 total_strings++;
2777 int* string_locs = NEW_RESOURCE_ARRAY(int, total_strings + 1);
2778 for (i = 0; i < total_strings ; i++) {
3017 if (total_strings > 0 ) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2784 int total_strings = 0; local
2802 total_strings++;
2864 stack_slots += total_strings *
3199 if (total_strings > 0 ) {

Completed in 65 milliseconds