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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp2186 Node* allocated_length = alloc->Ideal_length(); local
2188 if (allocated_length != len) {
2218 Node* allocated_length = alloc->Ideal_length(); local
2221 if (allocated_length == len) {
2222 // Return allocated_length only if it would not be improved by a CastII.
2223 return allocated_length;

Completed in 49 milliseconds