/art/profman/ |
D | profile_assistant.cc | 41 LOG(WARNING) << "Could not load reference profile file"; in ProcessProfilesInternal() 46 LOG(WARNING) << "Requested merge for boot image profile but the reference profile is regular."; in ProcessProfilesInternal() 58 LOG(WARNING) << "Could not load profile file at index " << i; in ProcessProfilesInternal() 74 LOG(WARNING) << "Could not merge profile file at index " << i; in ProcessProfilesInternal() 100 PLOG(WARNING) << "Could not clear reference profile file"; in ProcessProfilesInternal() 104 LOG(WARNING) << "Could not save reference profile file"; in ProcessProfilesInternal() 157 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles() 168 LOG(WARNING) << "Could not lock reference profiled files: " << error; in ProcessProfiles() 187 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles() 194 LOG(WARNING) << "Could not lock reference profile files: " << error; in ProcessProfiles()
|
D | profman.cc | 937 PLOG(WARNING) << "Failed to close descriptor"; in GetClassNamesAndMethods() 1089 LOG(WARNING) << "Could not find name: " << name; in FindMethodIndex() 1095 LOG(WARNING) << "Could not create type list: " << signature; in FindMethodIndex() 1100 LOG(WARNING) << "Could not find proto_id: " << name; in FindMethodIndex() 1106 LOG(WARNING) << "Could not find method_id: " << name; in FindMethodIndex() 1129 LOG(WARNING) << "Could not find method " << method_idx; in VisitAllInstructions() 1386 LOG(WARNING) << "Invalid flag " << c; in ProcessLine() 1411 LOG(WARNING) << "Could not find class definition: " << klass.substr(array_dim); in ProcessLine() 1426 LOG(WARNING) << "Could not find class definition: " << klass; in ProcessLine() 1482 LOG(WARNING) << "Could not find method " << klass << "->" << method_spec; in ProcessLine() [all …]
|
/art/libartbase/base/ |
D | compiler_filter.cc | 168 LOG(WARNING) << "'verify-none' is an obsolete compiler filter name that will be " in ParseCompilerFilter() 172 LOG(WARNING) << "'interpret-only' is an obsolete compiler filter name that will be " in ParseCompilerFilter() 176 LOG(WARNING) << "'verify-profile' is an obsolete compiler filter name that will be " in ParseCompilerFilter() 180 LOG(WARNING) << "'verify-at-runtime' is an obsolete compiler filter name that will be " in ParseCompilerFilter() 184 LOG(WARNING) << "'balanced' is an obsolete compiler filter name that will be " in ParseCompilerFilter() 188 LOG(WARNING) << "'time' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
|
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/ |
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 | 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 | 127 LOG(WARNING) << "OatFileAssistant: Load executable specified, " in OatFileAssistant() 145 LOG(WARNING) << "Failed to determine odex file name: " << error_msg; in OatFileAssistant() 156 LOG(WARNING) << "Failed to determine oat file name for dex location " in OatFileAssistant() 167 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant() 288 LOG(WARNING) << error_msg; in LoadDexFiles() 294 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles() 310 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles() 339 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate() 372 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate() 494 LOG(WARNING) << "Could not get odex filename for " << *dex_location << ": " << error_msg; in AnonymousDexVdexLocation() [all …]
|
D | indirect_reference_table.cc | 374 LOG(WARNING) << "Attempt to remove non-JNI local reference, dumping thread"; in Remove() 376 self->Dump(LOG_STREAM(WARNING)); in Remove() 386 LOG(WARNING) << "Attempt to remove index outside index area (" << idx in Remove() 392 LOG(WARNING) << "Attempt to remove invalid index " << idx in Remove() 521 LOG(WARNING) << "JNI ERROR: Unable to reserve space in EnsureFreeCapacity (" << free_capacity in EnsureFreeCapacity()
|
D | class_loader_context.cc | 443 LOG(WARNING) << "Number of FDs is smaller than number of dex files in the context"; in OpenDexFiles() 461 LOG(WARNING) << "Could not get dex checksums for location " << location << ", fd=" << fd; in OpenDexFiles() 477 LOG(WARNING) << "Could not open dex files for location " << location << ", fd=" << fd; in OpenDexFiles() 508 LOG(WARNING) << fds.size() << " FDs provided but only " << dex_file_index in OpenDexFiles() 1081 LOG(WARNING) << "Unsupported class loader"; in CreateInfoFromClassLoader() 1221 LOG(WARNING) << "Invalid class loader context: " << context_spec; in VerifyClassLoaderContextMatch() 1291 LOG(WARNING) << "ClassLoaderContext type mismatch" in ClassLoaderInfoMatch() 1298 LOG(WARNING) << "ClassLoaderContext classpath size mismatch" in ClassLoaderInfoMatch() 1316 LOG(WARNING) << "ClassLoaderContext classpath element mismatch" in ClassLoaderInfoMatch() 1325 LOG(WARNING) << "ClassLoaderContext classpath element checksum mismatch" in ClassLoaderInfoMatch() [all …]
|
D | oat.cc | 347 LOG(WARNING) << "OatHeader: Unterminated key in key value store."; in GetStoreValueByKey() 354 LOG(WARNING) << "OatHeader: Unterminated value in key value store."; in GetStoreValueByKey() 379 LOG(WARNING) << "OatHeader: Unterminated key in key value store."; in GetStoreKeyValuePairByIndex() 386 LOG(WARNING) << "OatHeader: Unterminated value in key value store."; in GetStoreKeyValuePairByIndex()
|
D | runtime.cc | 343 LOG(WARNING) << "Failed to attach shutdown thread. Trying again without a peer."; in ~Runtime() 351 LOG(WARNING) << "Current thread not detached in Runtime shutdown"; in ~Runtime() 720 LOG(WARNING) << "Exit hook returned instead of exiting!"; in CallExitHook() 875 PLOG(WARNING) << "Failed setting PR_SET_PTRACER to PR_SET_PTRACER_ANY"; in Start() 936 LOG(WARNING) << "Failed to load JIT compiler with error " << error_msg; in Start() 1073 LOG(WARNING) << "System server class path not set"; in InitNonZygoteOrPostFork() 1142 LOG(WARNING) << "Failed to load perfetto_hprof: " << err; in InitNonZygoteOrPostFork() 1157 LOG(WARNING) << "Failed to upload odrefresh metrics: " << err; in InitNonZygoteOrPostFork() 1220 LOG(WARNING) << "Skipping non-existent dex file '" << dex_filename << "'"; in OpenBootDexFiles() 1230 LOG(WARNING) << "Failed to open .dex from file '" << dex_filename << "': " << error_msg; in OpenBootDexFiles() [all …]
|
D | hidden_api.cc | 123 LOG(WARNING) << "DexFile " << dex_location in DetermineDomainFromLocation() 254 LOG(WARNING) << "Accessing hidden " << (type_ == kField ? "field " : "method ") in WarnAboutAccess() 259 LOG(WARNING) << "If this is a platform test consider enabling " in WarnAboutAccess() 263 LOG(WARNING) << "Reached maximum number of hidden api access warnings."; in WarnAboutAccess() 479 LOG(WARNING) << "Core platform API violation: " in HandleCorePlatformApiViolation()
|
/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 | 87 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/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/openjdkjvmti/ |
D | transform.cc | 102 LOG(WARNING) << "Recursive SEGV occurred during Transformation dequickening at 0x" << std::hex in Action() 315 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM class_count was less then 0"; in RetransformClasses() 321 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM null classes!"; in RetransformClasses() 333 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM " << error_msg; in RetransformClasses() 339 JVMTI_LOG(WARNING, env) << "FAILURE TO RETRANSFORM definition init failed"; in RetransformClasses() 355 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 | 39 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/arch/x86/ |
D | instruction_set_features_x86.cc | 136 LOG(WARNING) << "Unexpected CPU variant for X86 using defaults: " << variant; in FromVariant() 240 UNIMPLEMENTED(WARNING); in FromHwcap() 245 UNIMPLEMENTED(WARNING); in FromAssembly() 261 UNIMPLEMENTED(WARNING); in FromCpuFeatures()
|
/art/runtime/jit/ |
D | jit.cc | 230 LOG(WARNING) << "Not creating JIT: library not loaded"; in Create() 235 LOG(WARNING) << "Not creating JIT: failed to allocate a compiler"; in Create() 662 PLOG(WARNING) << "Failed to sync boot image methods memory"; in NotifyZygoteCompilationDone() 674 PLOG(WARNING) << "Failed to seal boot image methods file descriptor"; in NotifyZygoteCompilationDone() 691 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in NotifyZygoteCompilationDone() 715 LOG(WARNING) << "Contents differ in boot image methods data"; in NotifyZygoteCompilationDone() 749 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() 1049 LOG(WARNING) << "Not mapping boot image methods due to error from zygote"; in MapBootImageMethods() [all …]
|
/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/arch/arm64/ |
D | instruction_set_features_arm64.cc | 220 UNIMPLEMENTED(WARNING); in FromCpuInfo() 252 UNIMPLEMENTED(WARNING); in FromAssembly() 267 UNIMPLEMENTED(WARNING); in FromCpuFeatures()
|
/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()
|