Home
last modified time | relevance | path

Searched defs:staticField (Results 1 – 25 of 29) sorted by relevance

12

/art/test/414-static-fields/src/
DOtherWithClinit.java18 static int staticField = 39; field in OtherWithClinit
DOther.java18 static int staticField = 41; field in Other
DMain.java27 static int staticField = 42; field in Main
/art/test/560-packed-switch/src/
DMain.java30 static int staticField = -1; field in Main
/art/test/542-unresolved-access-check/src/p1/
DOtherInP1.java22 static Object staticField = new Object(); field in OtherInP1
/art/test/003-omnibus-opcodes/src/
DUnresStuff.java10 public static int staticField; field in UnresStuff
/art/test/695-simplify-throws/src/
DMain.java44 static int staticField = 1; field in Main
/art/test/2239-varhandle-perf-vh-reflect-set/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-get-a/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-unsafe-cas/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-get-bav/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-set/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-cas/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-reflect-get/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-gaa/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-set-bav/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-cas-weak/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-unsafe-put/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-gas/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-get/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-set-a/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-cae/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-gab/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/2239-varhandle-perf-vh-unsafe-get/src/
DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/art/test/121-modifiers/src-java/
DNonInf.java22 static int staticField; field in NonInf

12