Searched refs:ERROR (Results 101 - 125 of 125) sorted by relevance

12345

/art/runtime/dex/
H A Dart_dex_file_loader.cc500 LOG(ERROR) << "Overflow in number of dex files!";
/art/runtime/gc/collector/
H A Dmark_compact.cc149 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
/art/openjdkjvmti/
H A Dti_class.cc258 LOG(ERROR) << "Unable to add " << descriptor << " to class loader!";
934 LOG(ERROR) << "GetClassLoaderClassDescriptors is only implemented for BootClassPath and "
H A Dti_heap.cc457 LOG(ERROR) << (kStatic ? "static " : "instance ")
/art/runtime/base/
H A Dmutex.cc273 LOG(ERROR) << "Holding \"" << held_mutex->name_ << "\" "
280 LOG(ERROR) << "Holding \"" << held_mutex->name_ << "\" "
/art/runtime/
H A Dmonitor.cc613 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR)
1392 LOG(ERROR) << "Could not find dex_pc for " << m->PrettyMethod();
H A Djni_internal.cc221 LOG(ERROR)
393 LOG(ERROR) << "No <init>" << signature << " in "
2360 c->DumpClass(LOG_STREAM(ERROR), mirror::Class::kDumpClassFullDetail);
2361 LOG(ERROR)
2368 LOG(ERROR)
2525 LOG(ERROR) << "Invalid capacity given to " << caller << ": " << desired_capacity;
H A Delf_file.cc1377 LOG(ERROR) << patches_name << " section not found.";
1381 LOG(ERROR) << "Unexpected type of " << patches_name;
H A Dcommon_throws.cc763 LOG(ERROR) << "Recursive stack overflow.";
H A Dstack.cc159 UNIMPLEMENTED(ERROR) << "Failed to determine this object of abstract or proxy method: "
H A Dcheck_jni.cc348 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
862 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
1193 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
1270 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
1285 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
H A Dinstrumentation.cc1204 LOG(ERROR) << "Expected frame_id=" << frame_id << " but found "
H A Dclass_linker.cc1007 LOG(ERROR) << "Found a broken ArtMethod: " << ArtMethod::PrettyMethod(m);
6162 LOG(ERROR) << "Failed to allocate conflict table";
6389 LOG(ERROR) << "Failed to allocate conflict table";
H A Djni_internal_test.cc696 ScopedLogSeverity sls(LogSeverity::ERROR);
/art/dex2oat/
H A Ddex2oat_test.cc230 LOG(ERROR) << all_args;
500 LOG(ERROR) << output_1;
501 LOG(ERROR) << output_2;
/art/runtime/hprof/
H A Dhprof.cc804 LOG(ERROR) << msg;
1157 LOG(ERROR) << "Unexpected desiredHeap";
/art/runtime/jdwp/
H A Djdwp_handler.cc1667 LOG(ERROR) << "Command not implemented: " << DescribeCommand(request);
1668 LOG(ERROR) << HexDump(request->data(), request->size(), false, "");
/art/runtime/mirror/
H A Dclass.cc180 LOG(ERROR) << "Setting " << h_this->PrettyDescriptor() << " to erroneous.";
182 LOG(ERROR) << "Exception: " << self->GetException()->Dump();
/art/runtime/jit/
H A Dprofile_saver.cc56 LOG(ERROR) << "Failed to setpriority to :" << priority;
/art/runtime/native/
H A Ddalvik_system_VMDebug.cc196 klass->DumpClass(LOG_STREAM(ERROR), flags_);
H A Djava_lang_Class.cc489 LOG(ERROR) << message;
/art/runtime/verifier/
H A Dmethod_verifier.cc121 LOG(ERROR) << error_msg << work_insn_idx;
875 LOG(ERROR) << oss.str();
3407 LOG(ERROR) << "Pending failures:";
3409 LOG(ERROR) << error;
3412 LOG(ERROR) << error_msg->str();
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc183 LOG(ERROR) << "output_.size() == " << output_.size() << " < "
/art/runtime/gc/space/
H A Dimage_space.cc1761 LOG(ERROR) << "Could not create image space with image file '" << image_file_name << "'. "
/art/compiler/driver/
H A Dcompiler_driver.cc2074 LOG(ERROR) << "Verification failed on class " << PrettyDescriptor(descriptor)

Completed in 845 milliseconds

12345