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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp2922 bool useless = in_sig_bt[j_arg] == T_ARRAY || local
2928 live[src_reg] = !useless;
3052 bool useless = in_sig_bt[j_arg] == T_ARRAY || local
3057 if (!useless) {
3169 // Check if the java arg is unsupported and thereofre useless
3170 bool useless = in_sig_bt[j_arg] == T_ARRAY || local
3191 if (!useless) {
3198 if (!useless) {
3209 } else if (!useless) {
3215 // (assuming it wasn't useless)
[all...]

Completed in 771 milliseconds