Searched refs:TARGET (Results 1 – 8 of 8) sorted by relevance
/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 47 boolean TARGET = false; in BooleanMethod() 49 reportValue(TARGET); in BooleanMethod() 52 byte TARGET = 8; in ByteMethod() 54 reportValue(TARGET); in ByteMethod() 57 char TARGET = 'q'; in CharMethod() local 59 reportValue(TARGET); in CharMethod() 62 short TARGET = 321; in ShortMethod() local 64 reportValue(TARGET); in ShortMethod() 67 int TARGET = 42; in IntMethod() local 69 reportValue(TARGET); in IntMethod() [all …]
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Test1913.java | 65 int TARGET = 42; in PrimitiveMethod() local 67 reportValue(TARGET); in PrimitiveMethod() 73 Object TARGET = AsObject(new TestClass1("ObjectMethod")); in ObjectMethod() local 75 reportValue(TARGET); in ObjectMethod() 79 TestInterface TARGET = new TestClass1("InterfaceMethod"); in InterfaceMethod() local 81 reportValue(TARGET); in InterfaceMethod() 85 TestClass1 TARGET = new TestClass1("SpecificClassMethod"); in SpecificClassMethod() local 87 reportValue(TARGET); in SpecificClassMethod()
|
/art/test/1916-get-set-current-frame/ |
D | expected.txt | 3 Setting TARGET to 1337
|
/art/test/1935-get-set-current-frame-jit/ |
D | expected.txt | 4 Setting TARGET to 1337
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Test1915.java | 45 int TARGET = 42; in IntMethod() local 47 reportValue(TARGET); in IntMethod()
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Test1916.java | 49 int TARGET = 42; in run() local 54 reportValue(TARGET); in run()
|
/art/test/1935-get-set-current-frame-jit/src/ |
D | Main.java | 60 int TARGET = 42; in run() local 82 reportValue(TARGET); in run()
|
/art/build/ |
D | Android.gtest.mk | 710 ifneq ($(2),TARGET) 731 $(eval $(call define-test-art-gtest-combination,target,TARGET,,)) 732 $(eval $(call define-test-art-gtest-combination,target,TARGET,valgrind-,)) 733 $(eval $(call define-test-art-gtest-combination,target,TARGET,,$(ART_PHONY_TEST_TARGET_SUFFIX))) 734 $(eval $(call define-test-art-gtest-combination,target,TARGET,valgrind-,$(ART_PHONY_TEST_TARGET_SUF… 736 $(eval $(call define-test-art-gtest-combination,target,TARGET,,$(2ND_ART_PHONY_TEST_TARGET_SUFFIX))) 737 $(eval $(call define-test-art-gtest-combination,target,TARGET,valgrind-,$(2ND_ART_PHONY_TEST_TARGET…
|