Home
last modified time | relevance | path

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

12

/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/
Dgenerate-sources61 // Make sure the bitstrings are initialized.
/art/runtime/
Dreflection_test.cc123 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); in ReflectionTestMakeInterpreted() local
124 CHECK(initialized); in ReflectionTestMakeInterpreted()
Druntime.cc2367 bool initialized = GetClassLinker()->EnsureInitialized( in InitThreadGroups() local
2369 CHECK(initialized); in InitThreadGroups()
2371 initialized = GetClassLinker()->EnsureInitialized( in InitThreadGroups()
2373 CHECK(initialized); in InitThreadGroups()
Dclass_linker_test.cc1067 bool initialized = class_linker_->EnsureInitialized(soa.Self(), in TEST_F() local
1071 EXPECT_FALSE(initialized); in TEST_F()
Dthread.cc2662 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/
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/tools/fuzzer/
DAndroid.bp413 "host_177-visibly-initialized-deadlock_classes.dex",
/art/test/
DAndroid.bp921 "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
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