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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp2186 const ResourceForm *resform = _pipeline->_resdict[resource]->is_resource(); local
2187 int mask = resform->mask();
2193 const ResourceForm *resform = _pipeline->_resdict[resource]->is_resource(); local
2194 fprintf(fp_hpp, " res_mask_%-*s = 0x%08x,\n", reslen, resource, resform->mask());

Completed in 354 milliseconds