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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1247 jint target_length = target_array->length(); local
1248 const TypeAry* target_array_type = TypeAry::make(TypeInt::CHAR, TypeInt::make(0, target_length, Type::WidenMin));
1257 Node* lastChar = __ ConI(target_array->char_at(target_length - 1));
1258 Node* targetCount = __ ConI(target_length);
1259 Node* targetCountLess1 = __ ConI(target_length - 1);

Completed in 315 milliseconds