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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1224 const TypeAryPtr* ary_type = oop_type->isa_aryptr(); local
1226 if (ary_type != NULL && length_type != NULL) {
1227 const TypeInt* narrow_length_type = ary_type->narrow_size_type(length_type);
H A DgraphKit.cpp3299 const TypeOopPtr* ary_type = _gvn.type(klass_node)->is_klassptr()->as_instance_type(); local
3300 if (ary_type->isa_aryptr() && length_type != NULL) {
3302 ary_type = ary_type->is_aryptr()->cast_to_size(length_type);
3305 Node* javaoop = set_output_for_allocation(alloc, ary_type);
3309 Node* ccast = alloc->make_ideal_length(ary_type, &_gvn);
H A Dcallnode.hpp853 Node* make_ideal_length(const TypeOopPtr* ary_type, PhaseTransform *phase, bool can_create = true);

Completed in 54 milliseconds