Searched refs:initialized (Results 1 – 25 of 26) sorted by relevance
12
/art/test/177-visibly-initialized-deadlock/ |
D | Android.bp | 3 // Build rules for ART run-test `177-visibly-initialized-deadlock`. 16 name: "art-run-test-177-visibly-initialized-deadlock", 21 ":art-run-test-177-visibly-initialized-deadlock-expected-stdout", 22 ":art-run-test-177-visibly-initialized-deadlock-expected-stderr", 28 name: "art-run-test-177-visibly-initialized-deadlock-expected-stdout", 29 out: ["art-run-test-177-visibly-initialized-deadlock-expected-stdout.txt"], 36 name: "art-run-test-177-visibly-initialized-deadlock-expected-stderr", 37 out: ["art-run-test-177-visibly-initialized-deadlock-expected-stderr.txt"],
|
D | info.txt | 1 Regression test for deadlock when trying to make class visibly initialized.
|
/art/test/033-class-init-deadlock/ |
D | expected-stdout.txt | 4 A initialized: false 5 B initialized: false
|
/art/test/800-smali/smali/ |
D | b_22411633_3.smali | 17 # Create an initialized Object. 25 # At this point, an initialized and an uninitialized reference are merged. However, the
|
D | b_18800943_1.smali | 4 # This constructor should fail verification as the object is not initialized by a super-call.
|
D | b_18800943_2.smali | 4 # This constructor should fail verification as the object is not initialized by a super-call.
|
D | b_22411633_2.smali | 39 # Test whether it's some initialized reference by calling hashCode. This should fail, as we 40 # merged initialized and uninitialized.
|
D | b_22411633_1.smali | 30 # And test whether it's initialized by calling hashCode.
|
D | b_22331663.smali | 30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
|
/art/test/964-default-iface-init-gen/util-src/ |
D | generate_java.py | 270 self.initialized = False 305 if self.default and not self.initialized: 306 self.initialized = True 315 if not self.default and not self.initialized: 316 self.initialized = True
|
/art/test/694-clinit-jit/ |
D | info.txt | 3 initialized.
|
/art/test/2005-pause-all-redefine-multithreaded/ |
D | info.txt | 5 other threads are suspended, thus making them look initialized.
|
/art/test/802-deoptimization/smali/ |
D | catch_handler_on_entry.smali | 7 # initialized to 0.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 27 set the breakpoint. This means that classes might be initialized earlier than
|
/art/test/115-native-bridge/ |
D | expected-stdout.txt | 1 Native bridge initialized.
|
/art/test/670-bitstring-type-check/ |
D | generate-sources | 61 // Make sure the bitstrings are initialized.
|
/art/runtime/ |
D | reflection_test.cc | 123 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); in ReflectionTestMakeInterpreted() local 124 CHECK(initialized); in ReflectionTestMakeInterpreted()
|
D | runtime.cc | 2367 bool initialized = GetClassLinker()->EnsureInitialized( in InitThreadGroups() local 2369 CHECK(initialized); in InitThreadGroups() 2371 initialized = GetClassLinker()->EnsureInitialized( in InitThreadGroups() 2373 CHECK(initialized); in InitThreadGroups()
|
D | class_linker_test.cc | 1067 bool initialized = class_linker_->EnsureInitialized(soa.Self(), in TEST_F() local 1071 EXPECT_FALSE(initialized); in TEST_F()
|
D | thread.cc | 2662 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? in ~Thread() local 2663 if (initialized) { in ~Thread() 2691 if (initialized) { in ~Thread()
|
/art/test/699-checker-string-append2/smali/ |
D | B146014745.smali | 93 # instead using the register initialized by new-instance for subsequent calls.
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 42 # Test usage of String new-instance before it is initialized.
|
/art/tools/fuzzer/ |
D | Android.bp | 413 "host_177-visibly-initialized-deadlock_classes.dex",
|
/art/test/ |
D | Android.bp | 921 "177-visibly-initialized-deadlock/visibly_initialized.cc",
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1353 Ldalvik/system/DexPathList$Element;->initialized:Z 1358 Ldalvik/system/DexPathList$NativeLibraryElement;->initialized:Z 2113 Ljava/io/ObjectStreamClass;->initialized:Z 4380 Ljava/security/AlgorithmParameters;->initialized:Z 4616 Ljava/security/KeyStore;->initialized:Z 4703 Ljava/security/Provider;->initialized:Z 4727 Ljava/security/SecureClassLoader;->initialized:Z 8217 Ljava/util/concurrent/ThreadLocalRandom;->initialized:Z 10783 Ljavax/crypto/Cipher;->initialized:Z 10820 Ljavax/crypto/ExemptionMechanism;->initialized:Z [all …]
|
12