/art/profman/ |
D | profile_assistant.cc | 43 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()
|
D | profman.cc | 797 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/ |
D | plugin.cc | 55 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()
|
D | compiler_filter.cc | 194 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()
|
D | indirect_reference_table-inl.h | 38 LOG(WARNING) << "Attempt to look up nullptr " << kind_; in GetChecked() 102 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref; in Update()
|
D | native_bridge_art_interface.cc | 73 LOG(WARNING) << "Output native method array too small. Skipping " in GetNativeMethods() 105 LOG(WARNING) << "Could not create mount namespace."; in PreInitializeNativeBridge()
|
D | oat_file_assistant.cc | 115 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 …]
|
D | indirect_reference_table.cc | 364 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()
|
D | oat_file_manager.cc | 272 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 …]
|
D | vdex_file.cc | 153 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()
|
D | class_loader_context.cc | 448 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/ |
D | dex_file_layout.cc | 33 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/ |
D | scoped_flock.cc | 77 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/ |
D | jit_logger.cc | 67 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()
|
D | jit_compiler.cc | 83 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/ |
D | image_space_fs.h | 52 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/ |
D | transform.cc | 103 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()
|
D | ti_search.cc | 245 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()
|
D | ti_ddms.cc | 73 JVMTI_LOG(WARNING, env) << "Something went wrong with handling the ddm chunk."; in HandleChunk()
|
/art/runtime/arch/ |
D | instruction_set_features_test.cc | 38 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/ |
D | jni_env_ext-inl.h | 41 locals_.Dump(LOG_STREAM(WARNING) << "Warning: more than 16 JNI local references: " in AddLocalReference()
|
/art/libnativebridge/tests/ |
D | PreInitializeNativeBridge_test.cpp | 62 GTEST_LOG_(WARNING) << "Could not create mount namespace. Are you running this as root?"; in TEST_F()
|
/art/runtime/jit/ |
D | jit.cc | 227 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/ |
D | jitload.cc | 71 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/ |
D | instruction_set_features_x86.cc | 122 LOG(WARNING) << "Unexpected CPU variant for X86 using defaults: " << variant; in FromVariant() 226 UNIMPLEMENTED(WARNING); in FromHwcap() 231 UNIMPLEMENTED(WARNING); in FromAssembly()
|