Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 24 of 24) sorted by relevance

/art/test/177-visibly-initialized-deadlock/
DAndroid.bp3 // 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"],
Dinfo.txt1 Regression test for deadlock when trying to make class visibly initialized.
/art/test/033-class-init-deadlock/
Dexpected-stdout.txt4 A initialized: false
5 B initialized: false
/art/test/800-smali/smali/
Db_22411633_3.smali17 # Create an initialized Object.
25 # At this point, an initialized and an uninitialized reference are merged. However, the
Db_18800943_1.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_18800943_2.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_22411633_2.smali39 # Test whether it's some initialized reference by calling hashCode. This should fail, as we
40 # merged initialized and uninitialized.
Db_22411633_1.smali30 # And test whether it's initialized by calling hashCode.
Db_22331663.smali30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
/art/test/964-default-iface-init-gen/util-src/
Dgenerate_java.py270 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/
Dinfo.txt3 initialized.
/art/test/2005-pause-all-redefine-multithreaded/
Dinfo.txt5 other threads are suspended, thus making them look initialized.
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali7 # initialized to 0.
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md27 set the breakpoint. This means that classes might be initialized earlier than
/art/test/115-native-bridge/
Dexpected-stdout.txt1 Native bridge initialized.
/art/test/670-bitstring-type-check/
Dbuild61 // Make sure the bitstrings are initialized.
/art/runtime/
Dreflection_test.cc124 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); in ReflectionTestMakeInterpreted() local
125 CHECK(initialized); in ReflectionTestMakeInterpreted()
Dclass_linker_test.cc1054 bool initialized = class_linker_->EnsureInitialized(soa.Self(), in TEST_F() local
1058 EXPECT_FALSE(initialized); in TEST_F()
Dthread.cc2468 bool initialized = (tlsPtr_.jni_env != nullptr); // Did Thread::Init run? in ~Thread() local
2469 if (initialized) { in ~Thread()
2496 if (initialized) { in ~Thread()
/art/test/699-checker-string-append2/smali/
DB146014745.smali93 # instead using the register initialized by new-instance for subsequent calls.
/art/test/563-checker-fakestring/smali/
DTestCase.smali42 # Test usage of String new-instance before it is initialized.
/art/test/
DAndroid.bp864 "177-visibly-initialized-deadlock/visibly_initialized.cc",
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1353 Ldalvik/system/DexPathList$Element;->initialized:Z
1358 Ldalvik/system/DexPathList$NativeLibraryElement;->initialized:Z
2114 Ljava/io/ObjectStreamClass;->initialized:Z
4381 Ljava/security/AlgorithmParameters;->initialized:Z
4617 Ljava/security/KeyStore;->initialized:Z
4704 Ljava/security/Provider;->initialized:Z
4728 Ljava/security/SecureClassLoader;->initialized:Z
8218 Ljava/util/concurrent/ThreadLocalRandom;->initialized:Z
10784 Ljavax/crypto/Cipher;->initialized:Z
10821 Ljavax/crypto/ExemptionMechanism;->initialized:Z
[all …]
/art/build/boot/
Dpreloaded-classes18 # Classes in this file will be allocated into the boot image, and forcibly initialized in