Home
last modified time | relevance | path

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

1234

/aosp_15_r20/libcore/libart/src/main/java/java/lang/invoke/
H A DStaticFieldVarHandle.java29 private StaticFieldVarHandle(Field staticField) { in StaticFieldVarHandle()
34 static StaticFieldVarHandle create(Field staticField) { in create()
/aosp_15_r20/external/leakcanary2/shark-hprof-test/src/main/kotlin/shark/
H A DHprofWriterHelper.kt248 val staticField = LinkedHashMap<String, ValueHolder>() in <lambda>() constant
252 val staticField = LinkedHashMap<String, ValueHolder>() in <lambda>() constant in shark.HprofWriterHelper.ClassDefinition
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/
H A DInjectionPointTest.java217 Field staticField = HasInjections.class.getField("staticField"); in testAddForStaticMethodsAndFields() local
237 public static String staticField; field in InjectionPointTest.HasInjections
/aosp_15_r20/art/test/414-static-fields/src/
H A DOther.java18 static int staticField = 41; field in Other
H A DOtherWithClinit.java18 static int staticField = 39; field in OtherWithClinit
/aosp_15_r20/art/test/560-packed-switch/src/
H A DMain.java30 static int staticField = -1; field in Main
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DHprofExplorerScreen.kt149 val staticField = staticFields[position].first in <lambda>() constant
/aosp_15_r20/art/test/542-unresolved-access-check/src/p1/
H A DOtherInP1.java22 static Object staticField = new Object(); field in OtherInP1
/aosp_15_r20/art/test/003-omnibus-opcodes/src/
H A DUnresStuff.java10 public static int staticField; field in UnresStuff
/aosp_15_r20/art/test/695-simplify-throws/src/
H A DMain.java44 static int staticField = 1; field in Main
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set-bav/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set-a/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cae/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-cas/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-get/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cas/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-get-bav/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gab/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-get/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gaa/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-put/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gas/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-reflect-get/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cas-weak/src/
H A DUnsafeMicroBenchmark.java34 protected long getStaticFieldOffset(Field staticField) throws Throwable { in getStaticFieldOffset()

1234