/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() 124 PLOG(WARNING) << "Failed to create boot marker."; in MarkZygoteStart() 129 LOG(WARNING) << "Pruning dalvik cache because of low-memory situation."; in MarkZygoteStart() 135 PLOG(WARNING) << "Failed to create boot marker."; in MarkZygoteStart() 141 PLOG(WARNING) << "Failed to read boot marker."; in MarkZygoteStart() 148 LOG(WARNING) << "Incomplete boot detected. Pruning dalvik cache"; in MarkZygoteStart() 156 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart() 162 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart() 168 PLOG(WARNING) << "Failed to flush boot marker."; in MarkZygoteStart()
|
/art/profman/ |
D | profile_assistant.cc | 42 LOG(WARNING) << "Could not load reference profile file"; in ProcessProfilesInternal() 60 LOG(WARNING) << "Could not load profile file at index " << i; in ProcessProfilesInternal() 64 LOG(WARNING) << "Could not merge profile file at index " << i; in ProcessProfilesInternal() 84 PLOG(WARNING) << "Could not clear reference profile file"; in ProcessProfilesInternal() 88 LOG(WARNING) << "Could not save reference profile file"; in ProcessProfilesInternal() 141 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles() 152 LOG(WARNING) << "Could not lock reference profiled files: " << error; in ProcessProfiles() 171 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles() 178 LOG(WARNING) << "Could not lock reference profile files: " << error; in ProcessProfiles()
|
D | profman.cc | 700 PLOG(WARNING) << "Failed to close descriptor"; in GetClassNamesAndMethods() 861 LOG(WARNING) << "Could not find name: " << name; in FindMethodIndex() 867 LOG(WARNING) << "Could not create type list" << signature; in FindMethodIndex() 872 LOG(WARNING) << "Could not find proto_id: " << name; in FindMethodIndex() 878 LOG(WARNING) << "Could not find method_id: " << name; in FindMethodIndex() 954 LOG(WARNING) << "Invalid flag " << c; in ProcessLine() 976 LOG(WARNING) << "Could not find class: " << klass; in ProcessLine() 1134 PLOG(WARNING) << "Failed to close descriptor"; in CreateProfile() 1302 PLOG(WARNING) << "Failed to close descriptor for " in CloseAllFds() 1312 LOG(WARNING) << "profman took " << PrettyDuration(time_taken); in LogCompletionTime()
|
/art/runtime/ |
D | plugin.cc | 51 LOG(WARNING) << this << " does not include an initialization function"; in Load() 65 LOG(WARNING) << this << " failed deinitialization"; in Unload() 69 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 | 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 | 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 | oat_file_assistant.cc | 114 LOG(WARNING) << "OatFileAssistant: Load executable specified, " in OatFileAssistant() 125 LOG(WARNING) << "Failed to determine odex file name: " << error_msg; in OatFileAssistant() 134 LOG(WARNING) << "Failed to determine oat file name for dex location " in OatFileAssistant() 145 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant() 277 LOG(WARNING) << error_msg; in LoadDexFiles() 283 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles() 299 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles() 326 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate() 358 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate() 459 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 | class_loader_context.cc | 444 LOG(WARNING) << "Number of FDs is smaller than number of dex files in the context"; in OpenDexFiles() 479 LOG(WARNING) << "Could not open dex files from location: " << location; in OpenDexFiles() 489 LOG(WARNING) << "Could not open dex files from fd " << fd << " for location: " << location; in OpenDexFiles() 517 LOG(WARNING) << fds.size() << " FDs provided but only " << dex_file_index in OpenDexFiles() 1032 LOG(WARNING) << "Unsupported class loader"; in CreateInfoFromClassLoader() 1136 LOG(WARNING) << "Invalid class loader context: " << context_spec; in VerifyClassLoaderContextMatch() 1173 LOG(WARNING) << "ClassLoaderContext type mismatch" in ClassLoaderInfoMatch() 1180 LOG(WARNING) << "ClassLoaderContext classpath size mismatch" in ClassLoaderInfoMatch() 1234 LOG(WARNING) << "ClassLoaderContext classpath element mismatch" in ClassLoaderInfoMatch() 1243 LOG(WARNING) << "ClassLoaderContext classpath element checksum mismatch" in ClassLoaderInfoMatch() [all …]
|
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() 467 LOG(WARNING) << "Opening an oat file without a class loader. " in OpenDexFilesFromOat() 504 LOG(WARNING) << "Dex location " << dex_location << " does not seem to include dex file. " in OpenDexFilesFromOat() 509 LOG(WARNING) << "Found duplicate classes, falling back to extracting from APK : " in OpenDexFilesFromOat() 511 LOG(WARNING) << "NOTE: This wastes RAM and hurts startup performance."; in OpenDexFilesFromOat() 521 LOG(WARNING) << "Found duplicate classes, dex-file-fallback disabled, will be failing to " in OpenDexFilesFromOat() 525 LOG(WARNING) << error_msg; in OpenDexFilesFromOat() 636 LOG(WARNING) << error_msg; in OpenDexFilesFromOat() 740 LOG(WARNING) << "Failed to open vdex " << vdex_path << ": " << error_msg; in OpenDexFilesFromOat_Impl() [all …]
|
D | vdex_file.cc | 151 LOG(WARNING) << "Insufficient pre-allocated space to mmap vdex."; in OpenAtAddress() 430 LOG(WARNING) << "Mismatch of number of dex files in vdex (expected=" in MatchesDexFileChecksums() 437 LOG(WARNING) << "Mismatch of dex file checksum in vdex (index=" << i << ")"; in MatchesDexFileChecksums() 451 LOG(WARNING) << "Mismatch of boot class path checksum in vdex (expected=" in MatchesBootClassPathChecksums() 464 LOG(WARNING) << "Mismatch of class loader context in vdex (expected=" in MatchesClassLoaderContext()
|
/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/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/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 35 LOG(WARNING) << "Unexpected CPU variant for Mips64 using defaults: " << variant; in FromVariant() 82 UNIMPLEMENTED(WARNING); in FromHwcap() 87 UNIMPLEMENTED(WARNING); in FromAssembly()
|
/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/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/test/137-cfi/ |
D | cfi.cc | 181 PLOG(WARNING) << "waitpid failed: tid " << tid; in wait_for_sigstop() 193 PLOG(WARNING) << "timed out waiting for stop signal: tid=" << tid; in wait_for_sigstop() 222 LOG(WARNING) << "wait_for_sigstop failed."; in Java_Main_unwindOtherProcess()
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips.cc | 103 LOG(WARNING) << "Unexpected CPU variant for Mips32 using defaults: " << variant; in FromVariant() 160 UNIMPLEMENTED(WARNING); in FromHwcap() 165 UNIMPLEMENTED(WARNING); in FromAssembly()
|
/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/runtime/jdwp/ |
D | jdwp_main.cc | 142 LOG(WARNING) << "no JDWP transport specified. Defaulting to dt_android_adb"; in ParseJdwpOptions() 248 LOG(WARNING) << "Connection with debugger is closed"; in WritePacket() 457 LOG(WARNING) << "Resetting state while event in progress"; in ResetState() 487 LOG(WARNING) << "JDWP thread join failed"; in ~JdwpState() 728 LOG(WARNING) << "no active debugger"; in LastDebuggerActivity() 749 LOG(WARNING) << "Debugger told VM to exit with status " << exit_status; in ExitAfterReplying()
|
/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()
|
/art/openjdkjvmti/ |
D | ti_ddms.cc | 73 JVMTI_LOG(WARNING, env) << "Something went wrong with handling the ddm chunk."; in HandleChunk()
|