Searched refs:failed (Results 1 - 14 of 14) sorted by relevance

/art/runtime/
H A Dverify_object.cc35 bool failed = !IsAligned<kObjectAlignment>(obj.Ptr()); local
36 if (!failed) {
38 failed = failed || !IsAligned<kObjectAlignment>(c);
39 failed = failed || !VerifyClassClass(c);
41 if (UNLIKELY(failed)) {
H A Dcha.cc303 auto construct_parent_chain = [](mirror::Class* failed, mirror::Class* in)
306 while (in != failed) {
H A Dthread.cc563 // The failed mprotect in UnprotectStack is an indication of a thread with VM_GROWSDOWN
703 // Either JNIEnvExt::Create or pthread_create(3) failed, so clean up.
718 StringPrintf("pthread_create (%s stack) failed: %s",
1064 PLOG(FATAL) << "getrlimit(RLIMIT_STACK) failed";
2615 return nullptr; // Allocation failed.
2679 // source_name_object is intentionally left null if we failed to map the dex pc to
3519 bool failed = false; variable
3521 failed = true;
3524 failed = true;
3527 if (failed) {
[all...]
/art/test/dexdump/
H A Drun-all-tests51 failed=0
66 ((failed += 1))
67 echo failed: ${i}
74 ((failed += 1))
75 echo failed: ${i}
82 ((failed += 1))
83 echo failed: ${i}
90 echo "failed: ${failed} test(s)"
98 if [ "${failed}" !
[all...]
/art/build/
H A DAndroid.common_test.mk51 (mkdir -p $(ART_HOST_TEST_DIR)/failed/ && touch $(ART_HOST_TEST_DIR)/failed/$(1) && \
92 ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
93 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \
95 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] && rm -r $(ART_HOST_TEST_DIR) \
103 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] || [ $(ART_TEST_KEEP_GOING) = true ])\
106 && ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
/art/runtime/interpreter/mterp/arm/
H A Dop_monitor_exit.S14 cmp r0, #0 @ failed?
/art/test/1948-obsolete-const-method-handle/util-src/
H A Dbuild-classes18 echo Build failed: $1 1>&2
/art/runtime/interpreter/mterp/
H A Dgen_mterp.py475 raise DataParseError("keyword substitution failed in %s: %s"
478 print "ERROR: substitution failed: " + line
543 # failed to open we probably won't be able to remove them either.
561 failed = False variable
612 failed = True variable
624 sys.exit(failed)
/art/dt_fd_forward/
H A Ddt_fd_forward.cc309 bool failed = false; local
314 failed = true;
321 failed = true;
324 if (failed) {
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S1312 beqz $t2, .Lretry_lock # store failed, retry
1330 beqz $t2, .Lretry_lock # store failed, retry
1384 beqz $t2, .Lretry_unlock # store failed, retry
1397 beqz $t2, .Lretry_unlock # store failed, retry
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S1259 beqzc $t2, .Lretry_lock # store failed, retry
1276 beqzc $t2, .Lretry_lock # store failed, retry
1328 beqzc $t2, .Lretry_unlock # store failed, retry
1339 beqzc $t2, .Lretry_unlock # store failed, retry
/art/runtime/gc/
H A Dheap.cc1222 // If the allocation failed due to fragmentation, print out the largest continuous allocation.
1585 // The allocation failed. If the GC is running, block until it completes, and then retry the
1639 // Allocations have failed after GCs; this is an exceptional state.
2861 LOG(ERROR) << "Object " << obj << " failed class verification!";
2933 // Slow path, the allocation stack push back must have already failed.
2949 // Slow path, the allocation stack push back must have already failed.
3008 VerifyReferenceCardVisitor(Heap* heap, bool* failed)
3011 : heap_(heap), failed_(failed) {
3234 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures
3245 << " missing card mark verification failed\
[all...]
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S695 cbnz r3, .Llock_strex_fail @ store failed, retry
712 cbnz r3, .Llock_strex_fail @ strex failed, retry
769 cbnz r2, .Lunlock_strex_fail @ store failed, retry
778 cbnz r2, .Lunlock_strex_fail @ store failed, retry
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm.S943 cmp r0, #0 @ failed?

Completed in 3731 milliseconds