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

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DResourceRecord.java91 // and therefore has no ttl or rdata
100 int rdlen = 0; // number of octets of rdata
101 Object rdata = null; // rdata -- most are String, unknown are byte[] field in class:ResourceRecord
109 * were a shortened one (with no ttl or rdata). If decodeRdata is
110 * false, the rdata is not decoded (and getRdata() will return null)
131 ((rdata != null) ? rdata : "[n/a]");
159 return rdata;
269 rdata
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp923 RetData* rdata = data->as_RetData(); variable
924 address new_mdp = rdata->fixup_ret(return_bci, h_mdo);
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp511 ciReceiverTypeData* rdata = (ciReceiverTypeData*)data->as_ReceiverTypeData(); local
513 Node* method_data = method_data_addressing(md, rdata, in_ByteSize(0));

Completed in 35 milliseconds