Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 25 of 66) sorted by relevance

123

/art/runtime/arch/
Darch_test.cc55 LOG(WARNING) << "No frame size for SaveAll"; in TEST_F()
60 LOG(WARNING) << "No frame size for RefsOnly"; in TEST_F()
65 LOG(WARNING) << "No frame size for RefsAndArgs"; in TEST_F()
113 LOG(WARNING) << "No frame size for SaveAll"; in TEST_F()
118 LOG(WARNING) << "No frame size for RefsOnly"; in TEST_F()
123 LOG(WARNING) << "No frame size for RefsAndArgs"; in TEST_F()
171 LOG(WARNING) << "No frame size for SaveAll"; in TEST_F()
176 LOG(WARNING) << "No frame size for RefsOnly"; in TEST_F()
181 LOG(WARNING) << "No frame size for RefsAndArgs"; in TEST_F()
229 LOG(WARNING) << "No frame size for SaveAll"; in TEST_F()
[all …]
/art/compiler/
Delf_fixup.cc41 LOG(WARNING) << "Failed fo fixup .dynamic in " << file->GetPath(); in Fixup()
45 LOG(WARNING) << "Failed fo fixup section headers in " << file->GetPath(); in Fixup()
49 LOG(WARNING) << "Failed fo fixup program headers in " << file->GetPath(); in Fixup()
53 LOG(WARNING) << "Failed fo fixup .dynsym in " << file->GetPath(); in Fixup()
57 LOG(WARNING) << "Failed fo fixup .symtab in " << file->GetPath(); in Fixup()
61 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath(); in Fixup()
/art/runtime/base/unix_file/
Dmapped_file.cc51 PLOG(WARNING) << "Failed to stat file '" << GetPath() << "'"; in MapReadOnly()
59 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size " in MapReadOnly()
90 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size " in MapReadWrite()
102 PLOG(WARNING) << "Failed unmap file '" << GetPath() << "' of size " in Unmap()
/art/runtime/base/
Dscoped_flock.cc52 PLOG(WARNING) << "Failed to stat, will retry: " << filename; in Init()
57 LOG(WARNING) << "File changed while locking, will retry: " << filename; in Init()
96 PLOG(WARNING) << "Could not close scoped file lock file."; in ~ScopedFlock()
Dmutex.cc289 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " in ~Mutex()
293 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found an owner on unlocked mutex " in ~Mutex()
297 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found a contender on mutex " << name_; in ~Mutex()
308 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_; in ~Mutex()
487 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex()
694 LOG(shutting_down ? WARNING : FATAL) << "ConditionVariable::~ConditionVariable for " << name_ in ~ConditionVariable()
706 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_; in ~ConditionVariable()
Dlogging.cc104 gMinimumLogSeverity = WARNING; in InitLogging()
/art/runtime/
Dthread_android.cc51 LOG(WARNING) << "bad priority " << newPriority; in SetNativePriority()
80 PLOG(WARNING) << "getpriority failed"; in GetNativePriority()
Dnative_bridge_art_interface.cc77 LOG(WARNING) << "Output native method array too small. Skipping " << PrettyMethod(m); in GetNativeMethods()
90 LOG(WARNING) << "Output native method array too small. Skipping " << PrettyMethod(m); in GetNativeMethods()
121 LOG(WARNING) << "Could not create mount namespace."; in PreInitializeNativeBridge()
Dlog_severity.h22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5; variable
Dzip_archive.cc80 PLOG(WARNING) << "fcntl(" << fd << ", F_GETFD) failed"; in SetCloseOnExec()
85 PLOG(WARNING) << "fcntl(" << fd << ", F_SETFD, " << flags << ") failed"; in SetCloseOnExec()
Djni_internal-inl.h35 locals.Dump(LOG(WARNING) << "Warning: more than 16 JNI local references: " in AddLocalReference()
Dindirect_reference_table.cc164 LOG(WARNING) << "Attempt to remove local handle scope entry from IRT, ignoring"; in Remove()
170 LOG(WARNING) << "Attempt to remove index outside index area (" << idx in Remove()
176 LOG(WARNING) << "Attempt to remove invalid index " << idx in Remove()
Dthread_list.cc252 LOG(WARNING) << "Waited " << total_delay_us << " us for thread suspend!"; in RunCheckpoint()
348 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(end_time - start_time); in SuspendAll()
481 ThreadSuspendByPeerWarning(self, WARNING, "No such thread for suspend", peer); in SuspendThreadByPeer()
562 ThreadSuspendByThreadIdWarning(WARNING, "No such thread id for suspend", thread_id); in SuspendThreadByThreadId()
590 ThreadSuspendByThreadIdWarning(WARNING, "Thread suspension timed out", thread_id); in SuspendThreadByThreadId()
744 LOG(WARNING) << "Debugger attempted to resume all threads without " in ResumeAllForDebugger()
846 LOG(WARNING) << "daemon thread not yet suspended: " << *thread; in SuspendAllDaemonThreads()
Dindirect_reference_table-inl.h33 LOG(WARNING) << "Attempt to look up NULL " << kind_; in GetChecked()
/art/runtime/jdwp/
Djdwp_main.cc330 LOG(WARNING) << "Resetting state while event in progress"; in ResetState()
350 LOG(WARNING) << "JDWP thread join failed"; in ~JdwpState()
575 LOG(WARNING) << "no active debugger"; in LastDebuggerActivity()
596 LOG(WARNING) << "Debugger told VM to exit with status " << exit_status; in ExitAfterReplying()
Djdwp_socket.cc281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); in Establish()
288 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed"; in Establish()
/art/compiler/dex/
Dverified_method.cc85 LOG(WARNING) << "Cannot encode GC map for method with " << ref_bitmap_bits << " registers: " in GenerateGcMap()
93 LOG(WARNING) << "Cannot encode GC map for method with " << num_entries << " entries: " in GenerateGcMap()
107 LOG(WARNING) << "Cannot encode GC map for method with " in GenerateGcMap()
Dverification_results.cc68 LOG(WARNING) << "Method processed more than once: " in ProcessVerifiedMethod()
/art/runtime/gc/space/
Dimage_space.cc92 PLOG(WARNING) << "Unable to open " << cache_dir_path << " to delete it's contents"; in RealPruneDalvikCache()
105 LOG(WARNING) << "Unexpected file type of " << std::hex << de->d_type << " encountered."; in RealPruneDalvikCache()
129 LOG(WARNING) << "Incomplete boot detected. Pruning dalvik cache"; in MarkZygoteStart()
137 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart()
230 LOG(WARNING) << error_msg; in FindImageFilename()
567 LOG(WARNING) << *error_msg; in Create()
/art/test/004-StackWalk/
Dstack_walk_jni.cc56 LOG(WARNING) << "no PC for " << PrettyMethod(m); in VisitFrame()
/art/runtime/gc/accounting/
Dcard_table.cc124 UNIMPLEMENTED(WARNING) << "Card table verification"; in VerifyCardTable()
/art/runtime/native/
Djava_lang_VMClassLoader.cc90 LOG(WARNING) << "Failed to open zip archive '" << location << "': " << error_msg; in VMClassLoader_getBootClassPathResource()
Ddalvik_system_VMDebug.cc126 UNIMPLEMENTED(WARNING); in VMDebug_startEmulatorTracing()
131 UNIMPLEMENTED(WARNING); in VMDebug_stopEmulatorTracing()
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc105 LOG(WARNING) << "Unresolved exception class when finding catch block: " in art_portable_find_catch_block_from_code()
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h275 LOG(WARNING) << "Expected 64b register"; in As32BitReg()
292 LOG(WARNING) << "Checked for 32b register"; in Check32BitReg()
311 LOG(WARNING) << "Expected 32b register"; in As64BitReg()
328 LOG(WARNING) << "Checked for 64b register"; in Check64BitReg()

123