Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 25 of 113) 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()
278 LOG(WARNING) << error_msg; in LoadDexFiles()
284 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles()
300 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles()
329 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate()
362 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate()
463 LOG(WARNING) << "Could not get odex filename for " << *dex_location << ": " << error_msg; in AnonymousDexVdexLocation()
[all …]
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()
Doat_file_manager.cc272 LOG(WARNING) << "Could not create dex file from oat file: " << error; in AddDexFilesFromOat()
392 LOG(WARNING) << "Skipping duplicate class check due to unsupported classloader"; in CheckCollision()
474 LOG(WARNING) << "Opening an oat file without a class loader. " in OpenDexFilesFromOat()
511 LOG(WARNING) << "Dex location " << dex_location << " does not seem to include dex file. " in OpenDexFilesFromOat()
516 LOG(WARNING) << "Found duplicate classes, falling back to extracting from APK : " in OpenDexFilesFromOat()
518 LOG(WARNING) << "NOTE: This wastes RAM and hurts startup performance."; in OpenDexFilesFromOat()
528 LOG(WARNING) << "Found duplicate classes, dex-file-fallback disabled, will be failing to " in OpenDexFilesFromOat()
532 LOG(WARNING) << error_msg; in OpenDexFilesFromOat()
641 LOG(WARNING) << error_msg; in OpenDexFilesFromOat()
780 LOG(WARNING) << "Failed to open vdex " << vdex_path << ": " << error_msg; in OpenDexFilesFromOat_Impl()
[all …]
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.cc448 LOG(WARNING) << "Number of FDs is smaller than number of dex files in the context"; in OpenDexFiles()
485 LOG(WARNING) << "Could not open dex files from location: " << location; in OpenDexFiles()
495 LOG(WARNING) << "Could not open dex files from fd " << fd << " for location: " << location; in OpenDexFiles()
523 LOG(WARNING) << fds.size() << " FDs provided but only " << dex_file_index in OpenDexFiles()
1104 LOG(WARNING) << "Unsupported class loader"; in CreateInfoFromClassLoader()
1240 LOG(WARNING) << "Invalid class loader context: " << context_spec; in VerifyClassLoaderContextMatch()
1326 LOG(WARNING) << "ClassLoaderContext type mismatch" in ClassLoaderInfoMatch()
1333 LOG(WARNING) << "ClassLoaderContext classpath size mismatch" in ClassLoaderInfoMatch()
1351 LOG(WARNING) << "ClassLoaderContext classpath element mismatch" in ClassLoaderInfoMatch()
1360 LOG(WARNING) << "ClassLoaderContext classpath element checksum mismatch" in ClassLoaderInfoMatch()
[all …]
/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/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/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.cc83 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in ParseCompilerOptions()
92 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in ParseCompilerOptions()
98 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.cc38 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
65 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
103 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
137 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/libnativebridge/tests/
DPreInitializeNativeBridge_test.cpp62 GTEST_LOG_(WARNING) << "Could not create mount namespace. Are you running this as root?"; in TEST_F()
/art/runtime/jit/
Djit.cc227 LOG(WARNING) << "Not creating JIT: library not loaded"; in Create()
232 LOG(WARNING) << "Not creating JIT: failed to allocate a compiler"; in Create()
652 PLOG(WARNING) << "Failed to sync boot image methods memory"; in NotifyZygoteCompilationDone()
664 PLOG(WARNING) << "Failed to seal boot image methods file descriptor"; in NotifyZygoteCompilationDone()
681 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in NotifyZygoteCompilationDone()
705 LOG(WARNING) << "Contents differ in boot image methods data"; in NotifyZygoteCompilationDone()
739 PLOG(WARNING) << "Failed mremap of boot image methods of " << space->GetImageFilename(); in NotifyZygoteCompilationDone()
855 PLOG(WARNING) << "Madvise failed"; in Run()
913 LOG(WARNING) << "Could not find " << descriptor; in Run()
1048 LOG(WARNING) << "Not mapping boot image methods due to error from zygote"; in MapBootImageMethods()
[all …]
/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.cc122 LOG(WARNING) << "Unexpected CPU variant for X86 using defaults: " << variant; in FromVariant()
226 UNIMPLEMENTED(WARNING); in FromHwcap()
231 UNIMPLEMENTED(WARNING); in FromAssembly()

12345