Searched defs:error (Results 1 - 20 of 20) sorted by relevance

/art/compiler/dex/quick/
H A Dquick_cfi_test.cc76 std::string error; local
77 isa_features.reset(InstructionSetFeatures::FromVariant(isa, "default", &error));
/art/tools/dexfuzz/src/dexfuzz/
H A DExecutionResult.java26 public List<String> error; field in class:ExecutionResult
67 * Get only the error, with all lines concatenated together, excluding newline characters.
72 for (String line : error) {
81 * Get only the error, with all lines concatenated together, including newline characters.
86 for (String line : error) {
95 * Get both the output and error, concatenated together, excluding newline characters.
H A DLog.java56 public static void error(String msg) { method in class:Log
71 * Reports error and then terminates the program.
74 error(msg);
/art/compiler/optimizing/
H A Dgraph_checker.h73 // Report a new error.
74 void AddError(const std::string& error) { argument
75 errors_.push_back(error);
H A Doptimizing_cfi_test.cc47 std::string error; local
48 isa_features.reset(InstructionSetFeatures::FromVariant(isa, "default", &error));
/art/runtime/
H A Dzip_archive.cc44 const int32_t error = ExtractEntryToFile(handle_, zip_entry_, file.Fd()); local
45 if (error) {
46 *error_msg = std::string(ErrorCodeString(error));
67 const int32_t error = ExtractToMemory(handle_, zip_entry_, local
69 if (error) {
70 *error_msg = std::string(ErrorCodeString(error));
95 const int32_t error = OpenArchive(filename, &handle); local
96 if (error) {
97 *error_msg = std::string(ErrorCodeString(error));
111 const int32_t error local
127 const int32_t error = FindEntry(handle_, ZipEntryName(name), zip_entry.get()); local
[all...]
H A Dmonitor.h140 int error = posix_memalign(&result, LockWord::kMonitorIdAlignment, size); local
141 CHECK_EQ(error, 0) << strerror(error);
H A Dparsed_options.cc567 bool error = (fmt != nullptr); local
568 FILE* stream = error ? stderr : stdout;
699 Exit((error) ? 1 : 0);
H A Dclass_linker_test.cc394 bool error = false; local
409 error = true;
419 error = true;
426 error = true;
429 if (error) {
448 error = true;
451 if (error) {
463 return !error;
H A Dclass_linker.cc127 // the previous error.
781 std::string error; local
782 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error);
784 LOG(WARNING) << "Could not create dex file from oat file: " << error;
1149 << " error '" << error_msg << "'";
1746 // expected and will be wrapped in a ClassNotFoundException. Use the pre-allocated error to
3189 // Compile time verification failed with a soft error. Compile time verification can fail
3209 // Compile time verification failed with a hard error. This is caused by invalid instructions
5401 // If we had a method, it's an incompatible-class-change error.
5405 // We failed to find the method which means either an access error, a
[all...]
H A Ddebugger.cc443 static mirror::Array* DecodeNonNullArray(JDWP::RefTypeId id, JDWP::JdwpError* error)
445 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error);
447 *error = JDWP::ERR_INVALID_OBJECT;
451 *error = JDWP::ERR_INVALID_ARRAY;
454 *error = JDWP::ERR_NONE;
458 static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError* error)
460 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error);
462 *error = JDWP::ERR_INVALID_OBJECT;
466 *error = JDWP::ERR_INVALID_CLASS;
469 *error
770 JDWP::JdwpError error; local
821 JDWP::JdwpError error; local
831 JDWP::JdwpError error; local
852 JDWP::JdwpError error; local
918 JDWP::JdwpError error; local
936 JDWP::JdwpError error; local
958 JDWP::JdwpError error; local
975 JDWP::JdwpError error; local
992 JDWP::JdwpError error; local
1006 JDWP::JdwpError error; local
1016 JDWP::JdwpError error; local
1037 JDWP::JdwpError error; local
1061 JDWP::JdwpError error; local
1104 JDWP::JdwpError error; local
1139 JDWP::JdwpError error; local
1155 JDWP::JdwpError error; local
1166 JDWP::JdwpError error; local
1181 JDWP::JdwpError error; local
1222 JDWP::JdwpError error; local
1232 JDWP::JdwpError error; local
1291 JDWP::JdwpError error; local
1344 JDWP::JdwpError error; local
1368 JDWP::JdwpError error; local
1411 JDWP::JdwpError error; local
1430 JDWP::JdwpError error; local
1446 JDWP::JdwpError error; local
1550 JDWP::JdwpError error; local
1577 JDWP::JdwpError error; local
1607 JDWP::JdwpError error; local
1814 JDWP::JdwpError error; local
1909 JDWP::JdwpError error; local
1941 JDWP::JdwpError error; local
1976 JDWP::JdwpError error; local
2020 JDWP::JdwpError error; local
2042 JDWP::JdwpError error; local
2093 JDWP::JdwpError error; local
2110 JDWP::JdwpError error; local
2161 JDWP::JdwpError error; local
2239 JDWP::JdwpError error; local
2259 JDWP::JdwpError error; local
2271 JDWP::JdwpError error; local
2350 JDWP::JdwpError error; local
2405 JDWP::JdwpError error; local
2440 JDWP::JdwpError error; local
2462 JDWP::JdwpError error; local
2513 JDWP::JdwpError error; local
2568 JDWP::JdwpError error; local
2622 JDWP::JdwpError error = JDWP::ERR_NONE; local
2739 JDWP::JdwpError error; local
2785 JDWP::JdwpError error = JDWP::ERR_NONE; local
3803 JDWP::JdwpError error; local
3851 JDWP::JdwpError error; local
4122 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); local
[all...]
/art/runtime/jdwp/
H A Dobject_registry.cc170 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { argument
175 *error = JDWP::ERR_INVALID_OBJECT;
179 *error = JDWP::ERR_NONE;
H A Djdwp_socket.cc278 int error; local
279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error);
281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error);
345 * Returns "false" on error (indicating that the connection has been severed),
H A Djdwp_event.cc184 * not be added to the list, and an appropriate error will be returned.
334 // Failure to find the event isn't really an error. For instance, it looks like Eclipse will
794 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); local
795 if (error != JDWP::ERR_NONE) {
H A Djdwp_handler.cc114 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, local
117 if (error == JDWP::ERR_NONE) {
122 return error;
879 JDWP::JdwpError error = Dbg::StringToUtf8(stringObject, &str); local
880 if (error != JDWP::ERR_NONE) {
881 return error;
899 JdwpError error = Dbg::GetThreadName(thread_id, &name); local
900 if (error != ERR_NONE) {
901 return error;
956 JdwpError error local
991 JdwpError error = Dbg::GetThreadFrameCount(thread_id, &actual_frame_count); local
[all...]
/art/compiler/jit/
H A Djit_compiler.cc132 std::string error; local
133 if (verifier::MethodVerifier::VerifyMethod(method, true, &error) ==
136 << " due to verification failure " << error;
/art/runtime/base/
H A Dlogging.cc141 LogMessageData(const char* file, unsigned int line, LogSeverity severity, int error) argument
145 error_(error) {
185 LogMessage::LogMessage(const char* file, unsigned int line, LogSeverity severity, int error) argument
186 : data_(new LogMessageData(file, line, severity, error)) {
/art/patchoat/
H A Dpatchoat.cc409 << " error(" << err << "): " << strerror(err);
796 std::string error; local
797 StringAppendV(&error, fmt, ap);
798 LOG(ERROR) << error;
/art/dex2oat/
H A Ddex2oat.cc150 std::string error; local
151 StringAppendV(&error, fmt, ap);
152 LOG(ERROR) << error;
341 std::cerr << "See log for usage error information\n";
402 // TODO: When we can guarantee it won't prevent shutdown in error cases, move to LOG. However,
441 // TODO: Switch to Mutex when we can guarantee it won't prevent shutdown in error cases.
543 // values/combinations, a usage error will be displayed and exit() is called. Thus, if the method
837 } else if (option == "--abort-on-hard-verifier-error") {
/art/runtime/verifier/
H A Dmethod_verifier.cc96 // In a debug build, abort if the error condition is wrong.
118 ArtMethod* method, bool allow_soft_failures, std::string* error ATTRIBUTE_UNUSED) {
132 std::string* error) {
153 *error = "Verifier rejected class " + PrettyDescriptor(klass) + failure_message;
164 self, &dex_file, dex_cache, class_loader, class_def, allow_soft_failures, error);
173 std::string* error) {
178 *error = "Verifier rejected class ";
179 *error += PrettyDescriptor(dex_file->GetClassDescriptor(*class_def));
180 *error += ": class is abstract and final.";
230 *error
129 VerifyClass(Thread* self, mirror::Class* klass, bool allow_soft_failures, std::string* error) argument
167 VerifyClass(Thread* self, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def, bool allow_soft_failures, std::string* error) argument
576 Fail(VerifyError error) argument
4025 VerifyError error = field_type->IsReferenceTypes() ? VERIFY_ERROR_BAD_CLASS_SOFT local
4057 VerifyError error = field_type->IsReferenceTypes() ? VERIFY_ERROR_BAD_CLASS_SOFT local
[all...]

Completed in 448 milliseconds