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

/dalvik/dx/src/com/android/dx/ssa/
H A DDominators.java142 SsaBasicBlock vAncestorRep = vabbInfo.rep;
143 SsaBasicBlock vRep = vbbInfo.rep;
146 vbbInfo.rep = vAncestorRep;
161 return bbInfo.rep;
261 bbInfo.rep = v;
273 * rep(resentative) is known as "label" in the paper. It is the node
276 public SsaBasicBlock rep; field in class:Dominators.DFSInfo
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertificate.java46 public CertificateRep rep; field in class:MyCertificate

Completed in 132 milliseconds