Home
last modified time | relevance | path

Searched defs:TARGET (Results 1 – 5 of 5) sorted by relevance

/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java57 char TARGET = 'q'; in CharMethod() local
62 short TARGET = 321; in ShortMethod() local
67 int TARGET = 42; in IntMethod() local
72 long TARGET = 9001; in LongMethod() local
77 float TARGET = 1.618f; in FloatMethod() local
82 double TARGET = 3.1415d; in DoubleMethod() local
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java65 int TARGET = 42; in PrimitiveMethod() local
73 Object TARGET = AsObject(new TestClass1("ObjectMethod")); in ObjectMethod() local
79 TestInterface TARGET = new TestClass1("InterfaceMethod"); in InterfaceMethod() local
85 TestClass1 TARGET = new TestClass1("SpecificClassMethod"); in SpecificClassMethod() local
/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java45 int TARGET = 42; in IntMethod() local
/art/test/1916-get-set-current-frame/src/art/
DTest1916.java49 int TARGET = 42; in run() local
/art/test/1935-get-set-current-frame-jit/src/
DMain.java60 int TARGET = 42; in run() local