Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 4 of 4) sorted by relevance

/art/test/1979-threaded-structural-transformation/src/art/
DTest1979.java45 Class oc = o.getClass(); in printGeneric() local
46 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()
/art/test/1982-no-virtuals-structural-redefinition/src/art/
DTest1982.java43 Class oc = o.getClass(); in printGeneric() local
44 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()
/art/test/1975-hello-structural-transformation/src/art/
DTest1975.java45 Class oc = o.getClass(); in printGeneric() local
46 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()
/art/test/1981-structural-redef-private-method-handles/src/art/
DTest1981.java73 Class oc = o.getClass(); in printGeneric() local
74 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()