Home
last modified time | relevance | path

Searched refs:WARNING (Results 101 – 117 of 117) sorted by relevance

12345

/art/tools/jvmti-agents/ti-fast/
Dtifast.cc637 LOG(WARNING) << "Unable to get capabilities for event " << EventToName(e); in GetAllAvailableEvents()
/art/dex2oat/driver/
Dcompiler_driver.cc450 LOG(WARNING) << "Compilation of " << dex_file.PrettyMethod(method_idx) in CompileMethodHarness()
1571 LOG(WARNING) << "Skipping class " << klass->PrettyDescriptor() << " from " in SkipClass()
1857 LOG(WARNING) << "Fast verification failed: " << error_msg; in FastVerify()
/art/openjdkjvmti/
Dti_heap.cc109 LOG(WARNING) << "Unable to allocate buffer for string reporting! Silently dropping value." in ReportString()
189 LOG(WARNING) << "Unable to allocate buffer for array reporting! Silently dropping value."; in ReportPrimitiveArray()
Dti_thread.cc183 LOG(WARNING) << "Exception occurred when waiting for system daemons to start: " in WaitForSystemDaemonStart()
/art/runtime/jni/
Dcheck_jni.cc1227 LOG(WARNING) << "Unexpected jbyte value: " << b; in CheckByte()
1240 LOG(WARNING) << "Unexpected jshort value: " << s; in CheckShort()
1253 LOG(WARNING) << "Unexpected jchar value: " << c; in CheckChar()
1342 LOG(WARNING) << "JNI critical lock held for " in CheckThread()
/art/runtime/gc/space/
Dimage_space.cc191 LOG(WARNING) << "Missing boot-image.prof file, /system/etc/boot-image.prof not found: " in GenerateImage()
247 LOG(WARNING) << error_msg; in FindImageFilenameImpl()
315 PLOG(WARNING) << "CanWriteToDalvikCache returned error other than EACCES"; in CanWriteToDalvikCache()
3603 LOG(WARNING) << local_error_msg << " Preemptively pruning the dalvik cache."; in LoadBootImage()
/art/runtime/interpreter/
Dinterpreter_common.h211 LOG(WARNING) << "Suppressing exception for non-standard method exit: " in PerformNonStandardReturn()
Dinterpreter_switch_impl-inl.h104 LOG(WARNING) << "Suppressing exception for instruction-retry: " in PossiblyHandlePendingExceptionOnInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc724 LOG(WARNING) << "Got a deoptimization request on un-deoptimizable method " in artQuickToInterpreterBridge()
732 LOG(WARNING) << "Suppressing exception for instruction-retry: " in artQuickToInterpreterBridge()
/art/runtime/
Dthread.h1438 LOG(WARNING) << "Attempt to set the sensitive thread twice. Tid:" in SetJitSensitiveThread()
/art/runtime/verifier/
Dmethod_verifier.cc918 LOG(WARNING) << "Method " << dex_file_->PrettyMethod(dex_method_idx_) in Verify()
5289 severity = LogSeverity::WARNING; in VerifyMethod()
5334 LOG(WARNING) << "Verification of " << dex_file->PrettyMethod(method_idx) in VerifyMethod()
/art/imgdiag/
Dimgdiag.cc914 LOG(WARNING) << "Don't know how to convert " << size << " bytes to integer"; in StringFromBytes()
/art/dex2oat/linker/
Doat_writer.cc1345 LOG(WARNING) << "Multiple definitions of " in VisitMethod()
3442 LOG(WARNING) << "Failed to run dex layout, reason:" << error_msg; in LayoutDexFile()
/art/compiler/utils/
Dassembler_test.h1488 GTEST_LOG_(WARNING) << "Many combinations (" << count << "), test generation might be slow."; in WarnOnCombinations()
/art/runtime/dex/
Ddex_file_annotations.cc783 LOG(WARNING) << StringPrintf("Unable to resolve %s annotation class %d", in GetAnnotationItemFromAnnotationSet()
/art/runtime/gc/
Dheap.cc2610 LOG(WARNING) << "Skipping GC due to disable moving GC count " << disable_moving_gc_count_; in CollectGarbageInternal()
2775 LOG(WARNING) << "Reducing the number of considered missed Gc histogram windows from " in UpdateGcCountRateHistograms()
/art/runtime/arch/
Dstub_test.cc393 LOG(WARNING) << "Was asked to invoke for an architecture I do not understand."; in Invoke3WithReferrerAndHidden()

12345