Home
last modified time | relevance | path

Searched refs:error (Results 126 – 150 of 179) sorted by relevance

12345678

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc59 std::string error; in Analyze() local
60 return ExecAndReturnCode(argv_str, &error); in Analyze()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S54 #error "FRAME_SIZE_SAVE_REFS_ONLY(ARM) size not as expected."
109 #error "FRAME_SIZE_SAVE_EVERYTHING(ARM) size not as expected."
579 #error "Expecting thin lock count and gc state in consecutive bits."
1103 #error "Class pointer needs to overwrite next pointer."
1176 #error "Thread::thread_local_pos/end must be consecutive and are 8 byte aligned for performance"
1262 #error "Thread::thread_local_pos/end must be consecutive and are 8 byte aligned for performance"
1334 #error Long array data offset must be 4 greater than int array data offset.
1464 #error "Expecting declaring class and access flags to be consecutive for LDRD."
2147 #error "Unexpected lock word state shift or forwarding address state value."
2272 #error "Array and field introspection code sharing requires same LDR offset."
[all …]
Djni_entrypoints_arm.S216 # error "Expected FRAME_SIZE_SAVE_REFS_AND_ARGS == FRAME_SIZE_SAVE_ALL_CALLEE_SAVES"
/art/compiler/driver/
Dcompiler_options_map.def18 #error "Please #define COMPILER_OPTIONS_KEY before #including this file"
/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh300 > "$baksmali_dmp_out" 2> "$intermediates_dir"/error
/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java133 for (String line : verificationResult.error) { in verifyOnHost()
DDevice.java223 result.error = errorConsumer.getOutput(); in executeCommand()
/art/sigchainlib/
Dsigchain_test.cc212 #error Unknown libc in TEST_F()
Dsigchain.cc107 #error unsupported glibc version in lookup_libc_symbol()
111 #error unsupported libc: not bionic or glibc? in lookup_libc_symbol()
/art/test/906-iterate-heap/
Diterate_heap.cc414 jvmtiError error = jvmti_env->GetClassStatus(c, &status); in Java_art_Test906_checkInitialized() local
415 if (JvmtiErrorToException(env, jvmti_env, error)) { in Java_art_Test906_checkInitialized()
/art/runtime/
Dparsed_options.cc732 bool error = (fmt != nullptr); in Usage() local
733 FILE* stream = error ? stderr : stdout; in Usage()
751 Exit((error) ? 1 : 0); in Usage()
Dclass_linker_test.cc484 bool error = false; in Check() local
499 error = true; in Check()
509 error = true; in Check()
516 error = true; in Check()
519 if (error) { in Check()
538 error = true; in Check()
541 if (error) { in Check()
553 return !error; in Check()
Dnative_stack_dump.cc429 #error "Unsupported architecture for native stack dumps."
/art/compiler/trampolines/
Dtrampoline_compiler.cc47 #error "ARM Assembler macro already defined."
/art/runtime/verifier/
Dmethod_verifier.cc3481 for (auto& error : failures_) { in CodeFlowVerifyInstruction() local
3482 LOG(ERROR) << error; in CodeFlowVerifyInstruction()
4898 VerifyError error = field_type->IsReferenceTypes() ? VERIFY_ERROR_BAD_CLASS_SOFT in VerifyISFieldAccess() local
4900 Fail(error) << "expected field " << ArtField::PrettyField(field) in VerifyISFieldAccess()
4930 VerifyError error = field_type->IsReferenceTypes() ? VERIFY_ERROR_BAD_CLASS_SOFT in VerifyISFieldAccess() local
4932 Fail(error) << "expected field " << ArtField::PrettyField(field) in VerifyISFieldAccess()
4936 if (error != VERIFY_ERROR_BAD_CLASS_HARD) { in VerifyISFieldAccess()
5516 std::ostream& MethodVerifier::Fail(VerifyError error, bool pending_exc) { in Fail() argument
5518 encountered_failure_types_ |= static_cast<uint32_t>(error); in Fail()
5521 switch (error) { in Fail()
[all …]
Dmethod_verifier.h151 std::ostream& Fail(VerifyError error, bool pending_exc = true);
/art/dex2oat/
Ddex2oat_options.def18 #error "Please #define DEX2OAT_OPTIONS_KEY before #including this file"
/art/compiler/utils/arm64/
Dassembler_arm64.cc30 #error "ARM64 Assembler macro already defined."
/art/tools/tracefast-plugin/
Dtracefast.cc30 #error Must set one of TRACEFAST_TRAMPOLINE or TRACEFAST_INTERPRETER during build
/art/tools/checker/
DREADME126 This condition is enforced at runtime, and an error is thrown if it's not respected.
146 Checker will throw a runtime error.
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S43 #error "FRAME_SIZE_SAVE_ALL_CALLEE_SAVES(X86) size not as expected."
67 #error "FRAME_SIZE_SAVE_REFS_ONLY(X86) size not as expected."
97 #error "FRAME_SIZE_SAVE_REFS_ONLY(X86) size not as expected."
197 #error "FRAME_SIZE_SAVE_EVERYTHING(X86) size not as expected."
975 #error "Class pointer needs to overwrite next pointer."
1116 #error Long array data offset must be 4 greater than int array data offset.
2441 #error "INLINE_CACHE_SIZE not as expected."
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S117 #error "FRAME_SIZE_SAVE_EVERYTHING(X86_64) size not as expected."
456 #error "STACK_REFERENCE_SIZE(X86_64) size not as expected."
550 #error "STACK_REFERENCE_SIZE(X86_64) size not as expected."
848 #error "Class pointer needs to overwrite next pointer."
970 #error Long array data offset must be 4 greater than int array data offset.
2229 #error "INLINE_CACHE_SIZE not as expected."
/art/runtime/interpreter/mterp/
DREADME.txt50 If a constant in the file becomes out of sync, the VM will log an error
/art/tools/hiddenapi/
Dhiddenapi.cc56 std::string error; in UsageErrorV() local
57 android::base::StringAppendV(&error, fmt, ap); in UsageErrorV()
58 LOG(ERROR) << error; in UsageErrorV()
/art/tools/bisection_search/
Dbisection_search.py378 parser.error('Either --raw-cmd or both -cp and --class are required')

12345678