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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp570 const TypeOopPtr* res_type = NULL; local
577 res_type = _igvn.type(res)->isa_oopptr();
578 if (res_type == NULL) {
581 } else if (res_type->isa_aryptr()) {
693 const TypeOopPtr* res_type = NULL; local
695 res_type = _igvn.type(res)->isa_oopptr();
699 klass = res_type->klass();
700 if (res_type->isa_instptr()) {
722 SafePointScalarObjectNode* sobj = new (C) SafePointScalarObjectNode(res_type,
766 const TypeOopPtr *field_addr_type = res_type
[all...]

Completed in 37 milliseconds