Home
last modified time | relevance | path

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

12345

/art/profman/
Dprofile_assistant.cc43 LOG(WARNING) << "Could not load reference profile file"; in ProcessProfilesInternal()
48 LOG(WARNING) << "Requested merge for boot image profile but the reference profile is regular."; in ProcessProfilesInternal()
60 LOG(WARNING) << "Could not load profile file at index " << i; in ProcessProfilesInternal()
86 LOG(WARNING) << "Could not merge profile file at index " << i; in ProcessProfilesInternal()
109 PLOG(WARNING) << "Could not clear reference profile file"; in ProcessProfilesInternal()
113 LOG(WARNING) << "Could not save reference profile file"; in ProcessProfilesInternal()
166 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles()
177 LOG(WARNING) << "Could not lock reference profiled files: " << error; in ProcessProfiles()
196 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles()
203 LOG(WARNING) << "Could not lock reference profile files: " << error; in ProcessProfiles()
Dprofman.cc797 PLOG(WARNING) << "Failed to close descriptor"; in GetClassNamesAndMethods()
967 LOG(WARNING) << "Could not find name: " << name; in FindMethodIndex()
973 LOG(WARNING) << "Could not create type list" << signature; in FindMethodIndex()
978 LOG(WARNING) << "Could not find proto_id: " << name; in FindMethodIndex()
984 LOG(WARNING) << "Could not find method_id: " << name; in FindMethodIndex()
1084 LOG(WARNING) << "Invalid flag " << c; in ProcessLine()
1106 LOG(WARNING) << "Could not find class: " << klass; in ProcessLine()
1205 LOG(WARNING) << "Could not find class: " << klass_str; in ProcessBootLine()
1211 LOG(WARNING) << "Could not find method: " << line; in ProcessBootLine()
1278 PLOG(WARNING) << "Failed to close descriptor"; in CreateBootProfile()
[all …]
/art/runtime/
Dplugin.cc55 LOG(WARNING) << this << " does not include an initialization function"; in Load()
70 LOG(WARNING) << this << " failed deinitialization"; in Unload()
74 LOG(WARNING) << this << " does not include a deinitialization function"; in Unload()
Dcompiler_filter.cc194 LOG(WARNING) << "'verify-none' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
198 LOG(WARNING) << "'interpret-only' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
202 LOG(WARNING) << "'verify-profile' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
206 LOG(WARNING) << "'verify-at-runtime' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
210 LOG(WARNING) << "'balanced' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
214 LOG(WARNING) << "'time' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
Dindirect_reference_table-inl.h38 LOG(WARNING) << "Attempt to look up nullptr " << kind_; in GetChecked()
102 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref; in Update()
Dnative_bridge_art_interface.cc73 LOG(WARNING) << "Output native method array too small. Skipping " in GetNativeMethods()
105 LOG(WARNING) << "Could not create mount namespace."; in PreInitializeNativeBridge()
Doat_file_assistant.cc115 LOG(WARNING) << "OatFileAssistant: Load executable specified, " in OatFileAssistant()
126 LOG(WARNING) << "Failed to determine odex file name: " << error_msg; in OatFileAssistant()
135 LOG(WARNING) << "Failed to determine oat file name for dex location " in OatFileAssistant()
146 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant()
271 LOG(WARNING) << error_msg; in LoadDexFiles()
277 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles()
293 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles()
322 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate()
355 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate()
456 LOG(WARNING) << "Could not get odex filename for " << *dex_location << ": " << error_msg; in AnonymousDexVdexLocation()
Dindirect_reference_table.cc364 LOG(WARNING) << "Attempt to remove non-JNI local reference, dumping thread"; in Remove()
366 self->Dump(LOG_STREAM(WARNING)); in Remove()
375 LOG(WARNING) << "Attempt to remove index outside index area (" << idx in Remove()
381 LOG(WARNING) << "Attempt to remove invalid index " << idx in Remove()
507 LOG(WARNING) << "JNI ERROR: Unable to reserve space in EnsureFreeCapacity (" << free_capacity in EnsureFreeCapacity()
Dvdex_file.cc153 LOG(WARNING) << "Insufficient pre-allocated space to mmap vdex."; in OpenAtAddress()
469 LOG(WARNING) << "Mismatch of number of dex files in vdex (expected=" in MatchesDexFileChecksums()
476 LOG(WARNING) << "Mismatch of dex file checksum in vdex (index=" << i << ")"; in MatchesDexFileChecksums()
490 LOG(WARNING) << "Mismatch of boot class path checksum in vdex (expected=" in MatchesBootClassPathChecksums()
503 LOG(WARNING) << "Mismatch of class loader context in vdex (expected=" in MatchesClassLoaderContext()
Dclass_loader_context.cc449 LOG(WARNING) << "Number of FDs is smaller than number of dex files in the context"; in OpenDexFiles()
486 LOG(WARNING) << "Could not open dex files from location: " << location; in OpenDexFiles()
496 LOG(WARNING) << "Could not open dex files from fd " << fd << " for location: " << location; in OpenDexFiles()
524 LOG(WARNING) << fds.size() << " FDs provided but only " << dex_file_index in OpenDexFiles()
1105 LOG(WARNING) << "Unsupported class loader"; in CreateInfoFromClassLoader()
1241 LOG(WARNING) << "Invalid class loader context: " << context_spec; in VerifyClassLoaderContextMatch()
1327 LOG(WARNING) << "ClassLoaderContext type mismatch" in ClassLoaderInfoMatch()
1334 LOG(WARNING) << "ClassLoaderContext classpath size mismatch" in ClassLoaderInfoMatch()
1352 LOG(WARNING) << "ClassLoaderContext classpath element mismatch" in ClassLoaderInfoMatch()
1361 LOG(WARNING) << "ClassLoaderContext classpath element checksum mismatch" in ClassLoaderInfoMatch()
[all …]
/art/libartbase/base/
Dscoped_flock.cc77 PLOG(WARNING) << "Failed to stat, will retry: " << filename; in Open()
89 LOG(WARNING) << "File changed while locking, will retry: " << filename; in Open()
145 PLOG(WARNING) << "Unable to unlock file " << this->GetPath(); in ReleaseLock()
/art/libdexfile/dex/
Ddex_file_layout.cc33 PLOG(WARNING) << "madvise is unsupported on Windows."; in MadviseLargestPageAlignedRegion()
42 PLOG(WARNING) << "madvise failed " << result; in MadviseLargestPageAlignedRegion()
63 PLOG(WARNING) << "madvise is unsupported on Windows."; in Madvise()
/art/compiler/jit/
Djit_logger.cc67 LOG(WARNING) << "Failed to write jitted method info in log: write failure."; in WritePerfMapLog()
70 LOG(WARNING) << "Failed to write jitted method info in log: log file doesn't exist."; in WritePerfMapLog()
205 UNIMPLEMENTED(WARNING) << "Unsupported architecture in JitLogger"; in GetElfMach()
216 LOG(WARNING) << "Failed to create record in perf.data. JITed code profiling will not work."; in OpenMarkerFile()
245 LOG(WARNING) << "Failed to write profiling log. The 'perf inject' tool will not work."; in WriteJitDumpHeader()
Djit_compiler.cc87 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in ParseCompilerOptions()
96 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in ParseCompilerOptions()
102 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in ParseCompilerOptions()
/art/runtime/gc/space/
Dimage_space_fs.h52 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents"; in DeleteDirectoryContents()
73 LOG(WARNING) << "Unexpected file type of " << std::hex << de->d_type << " encountered."; in DeleteDirectoryContents()
/art/openjdkjvmti/
Dtransform.cc103 LOG(WARNING) << "Recursive SEGV occurred during Transformation dequickening at 0x" << std::hex in Action()
316 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM class_count was less then 0"; in RetransformClasses()
322 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM null classes!"; in RetransformClasses()
334 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM " << error_msg; in RetransformClasses()
340 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM definition init failed"; in RetransformClasses()
356 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM " << error_msg; in RetransformClasses()
Dti_search.cc245 JVMTI_LOG(WARNING, env) << "Could not open " << segment << " for boot classpath extension: " in AddToBootstrapClassLoaderSearch()
292 PLOG(WARNING) << "Failed to close file!"; in AddToDexClassLoaderInMemory()
300 PLOG(WARNING) << "Failed to close file!"; in AddToDexClassLoaderInMemory()
315 JVMTI_LOG(WARNING, jvmti_env) << "Failed to close memfd!"; in AddToDexClassLoaderInMemory()
Dti_ddms.cc73 JVMTI_LOG(WARNING, env) << "Something went wrong with handling the ddm chunk."; in HandleChunk()
/art/runtime/arch/
Dinstruction_set_features_test.cc39 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
72 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
116 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
150 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
/art/runtime/jni/
Djni_env_ext-inl.h41 locals_.Dump(LOG_STREAM(WARNING) << "Warning: more than 16 JNI local references: " in AddLocalReference()
/art/runtime/jit/
Djit.cc228 LOG(WARNING) << "Not creating JIT: library not loaded"; in Create()
233 LOG(WARNING) << "Not creating JIT: failed to allocate a compiler"; in Create()
656 PLOG(WARNING) << "Failed to sync boot image methods memory"; in NotifyZygoteCompilationDone()
668 PLOG(WARNING) << "Failed to seal boot image methods file descriptor"; in NotifyZygoteCompilationDone()
685 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in NotifyZygoteCompilationDone()
709 LOG(WARNING) << "Contents differ in boot image methods data"; in NotifyZygoteCompilationDone()
743 PLOG(WARNING) << "Failed mremap of boot image methods of " << space->GetImageFilename(); in NotifyZygoteCompilationDone()
856 PLOG(WARNING) << "Madvise failed"; in Run()
914 LOG(WARNING) << "Could not find " << descriptor; in Run()
1049 LOG(WARNING) << "Not mapping boot image methods due to error from zygote"; in MapBootImageMethods()
[all …]
/art/libnativebridge/tests/
DPreInitializeNativeBridge_test.cpp62 GTEST_LOG_(WARNING) << "Could not create mount namespace. Are you running this as root?"; in TEST_F()
/art/tools/jvmti-agents/jit-load/
Djitload.cc71 LOG(WARNING) << "Jit thread has loaded " << ops->cnt << " classes"; in DataDumpRequestCb()
83 : LOG_STREAM(WARNING)) << "Loaded " << klass_name << " on jit thread!"; in ClassPrepareJit()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc128 LOG(WARNING) << "Unexpected CPU variant for X86 using defaults: " << variant; in FromVariant()
232 UNIMPLEMENTED(WARNING); in FromHwcap()
237 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/test/137-cfi/
Dcfi.cc197 PLOG(WARNING) << "waitpid failed: tid " << tid; in wait_for_sigstop()
209 PLOG(WARNING) << "timed out waiting for stop signal: tid=" << tid; in wait_for_sigstop()

12345