Home
last modified time | relevance | path

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

12345

/art/profman/
Dprofile_assistant.cc41 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()
Dprofman.cc937 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/
Dcompiler_filter.cc168 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()
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/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()
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.cc127 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 …]
Dindirect_reference_table.cc374 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()
Dclass_loader_context.cc443 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 …]
Doat.cc347 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()
Druntime.cc343 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 …]
Dhidden_api.cc123 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/
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/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/openjdkjvmti/
Dtransform.cc102 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()
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/arch/x86/
Dinstruction_set_features_x86.cc136 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/
Djit.cc230 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/
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/arch/arm64/
Dinstruction_set_features_arm64.cc220 UNIMPLEMENTED(WARNING); in FromCpuInfo()
252 UNIMPLEMENTED(WARNING); in FromAssembly()
267 UNIMPLEMENTED(WARNING); in FromCpuFeatures()
/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()

12345