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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp2867 const Type *tn_type = igvn->type(tn); local
2869 if (tn_type->isa_narrowoop()) {
2870 tn_t = tn_type->make_ptr()->isa_oopptr();
2872 tn_t = tn_type->isa_oopptr();
2875 if (tn_type->isa_narrowoop()) {
2876 tn_type = tinst->make_narrowoop();
2878 tn_type = tinst;
2881 igvn->set_type(tn, tn_type);
2882 tn->set_type(tn_type);
2886 assert(tn_type
[all...]

Completed in 37 milliseconds