Home
last modified time | relevance | path

Searched refs:WARNING (Results 76 – 100 of 117) sorted by relevance

12345

/art/openjdkjvmti/
Dti_redefine.cc400 LOG(WARNING) << klass->PrettyClass() << " is not yet resolved. Attempting to transform " in GetClassRedefinitionError()
558 JVMTI_LOG(WARNING, env) << "FAILURE TO REDEFINE env was null!"; in RedefineClassesGeneric()
561 JVMTI_LOG(WARNING, env) << "FAILURE TO REDEFINE class_count was less then 0"; in RedefineClassesGeneric()
567 JVMTI_LOG(WARNING, env) << "FAILURE TO REDEFINE null definitions!"; in RedefineClassesGeneric()
577 JVMTI_LOG(WARNING, env) << "FAILURE TO REDEFINE " << error_msg; in RedefineClassesGeneric()
583 JVMTI_LOG(WARNING, env) << "FAILURE TO REDEFINE bad definition " << i; in RedefineClassesGeneric()
595 JVMTI_LOG(WARNING, env) << "FAILURE TO REDEFINE " << error_msg; in RedefineClassesGeneric()
645 JVMTI_LOG(WARNING, env) << "Failed structural redefinition: " << err_msg; in StructurallyRedefineClassDirect()
803 LOG(WARNING) << "Current dex file has more than one class in it. Calling RetransformClasses " in AllocateOrGetOriginalDexFile()
842 LOG(WARNING) << "Redefining intrinsic method " << m.PrettyMethod() << ". This may cause the " in FindAndAllocateObsoleteMethods()
Dti_method.cc643 JVMTI_LOG(WARNING, jvmti_) << "Unable to extract verification information from " in InferSlotTypeFromVerifier()
650 JVMTI_LOG(WARNING, jvmti_) << "Unable to determine register line at dex-pc " << dex_pc in InferSlotTypeFromVerifier()
Dti_stack.cc1151 JVMTI_LOG(WARNING, env) << "Disallowing frame pop due to in-progress class-load/prepare. " in NonStandardExitFrames()
1410 JVMTI_LOG(WARNING, env) << "PopFrame or force-return already pending on thread " << thread_name; in ForceEarlyReturn()
Devents.cc1460 target->Dump(LOG_STREAM(WARNING) << "Is not alive: "); in SetInternalEvent()
1556 target->Dump(LOG_STREAM(WARNING) << "Is not alive: "); in SetEvent()
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc238 LOG(WARNING) << "Could not create jvmtiEnv to proxy!"; in CreateJvmtiEnv()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc274 LOG(WARNING) << "Breakpoint at location: 0x" << std::setw(8) << std::setfill('0') << std::hex in BreakpointCB()
/art/runtime/jit/
Djit_memory_region.cc574 LOG(WARNING) << "Returning un-sealable region on non-bionic"; in CreateZygoteMemory()
Djit_code_cache.cc1977 LOG(WARNING) << "Could not create private region after zygote fork: " << error_msg; in PostForkChildAction()
2015 LOG(WARNING) << "Could not allocate data for the zygote map"; in Initialize()
/art/tools/common/
Dcommon.py61 WARNING = 3 variable in LogSeverity
/art/runtime/
Doat_file.cc312 PLOG(WARNING) << "Failed getting length of vdex file"; in LoadVdex()
723 LOG(WARNING) << "Could not find associated dex files of oat file. " in Setup()
1333 PrintFileToLog("/proc/self/maps", android::base::LogSeverity::WARNING); in PreSetup()
1893 LOG(WARNING) << "found truncated lookup table in " << dex_file_location_; in OatDexFile()
Dmonitor.cc586 LOG(WARNING) << "Long " in Lock()
600 LOG(WARNING) << "Long " in Lock()
1532 LOG(WARNING) << "Had a lock reported for dex pc " << dex_lock_info.dex_pc in VisitLocks()
Dquick_exception_handler.cc373 LOG(WARNING) << "Got request to deoptimize un-deoptimizable method " in VisitFrame()
Dcommon_runtime_test.cc204 LOG(WARNING) << "Null DexFile"; in GetDexFiles()
Dart_method.cc294 LOG(WARNING) << "Unresolved exception class when finding catch block: " in FindCatchBlock()
Dclass_linker.cc593 LOG(known_impossible ? FATAL : WARNING) << klass->GetDescriptor(&tmp) in WrapExceptionInInitializer()
1190 LOG(WARNING) << "Could not prepare StackOverflowError."; in FinishInit()
3206 LOG(WARNING) << "Initiating class loader of type " << DescriptorToDot(loader_class_name) in FindClass()
3935 LOG(WARNING) << "Duplicate fields in class " << klass->PrettyDescriptor() in LoadClass()
4010 LOG(WARNING) << "Unexpected '<' at start of method name " << method_name; in LoadMethod()
4013 LOG(WARNING) << method_name << " didn't have expected constructor access flag in class " in LoadMethod()
4677 LOG(WARNING) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in AttemptSupertypeVerification()
6859 LOG(WARNING) << "Interface method " << current_method->PrettyMethod() in FindDefaultMethodImplementation()
7455 LOG(WARNING) << m->PrettyMethod() in CheckClassOwnsVTableEntries()
7465 LOG(WARNING) << m->PrettyMethod() << " does not seem to be owned by current class " in CheckClassOwnsVTableEntries()
[all …]
/art/libartbase/base/unix_file/
Dfd_file.cc184 PLOG(WARNING) << "Failed to close file with fd=" << fd_ << " path=" << file_path_; in Destroy()
/art/libartbase/base/
Dcommon_art_test.cc130 PLOG(WARNING) << "Error closing scratch file."; in Close()
/art/dexdump/
Ddexdump.cc1188 LOG(WARNING) << "GLITCH: run-away instruction at idx=0x" << std::hex << dexPc; in dumpBytecodes()
1194 LOG(WARNING) << "GLITCH: zero-width instruction at idx=0x" << std::hex << dexPc; in dumpBytecodes()
1482 LOG(WARNING) << "Malformed class name '" << classDescriptor << "'"; in dumpClass()
/art/runtime/gc/space/
Dlarge_object_space.cc146 LOG(WARNING) << "Large object allocation failed: " << error_msg; in Alloc()
Dregion_space.cc797 LOG(WARNING) << "Couldn't clamp region space as there are regions in use beyond growth limit."; in ClampGrowthLimit()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h101 LOG(target_sdk_at_least_p ? FATAL : WARNING) in GetResolvedMethod()
/art/runtime/native/
Ddalvik_system_DexFile.cc337 LOG(WARNING) << "Could not establish class loader context"; in DexFile_getClassLoaderContext()
/art/oatdump/
Doatdump.cc713 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
848 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
1971 LOG(WARNING) << "Failed to find image in " << image_filename; in Dump()
2906 LOG(WARNING) << "No dex filename provided, " in DumpOat()
/art/dexlayout/
Ddexlayout.cc1042 LOG(WARNING) << "GLITCH: zero-width instruction at idx=0x" << std::hex << inst.DexPc(); in DumpBytecodes()
2017 LOG(WARNING) << "Failed to run dex file " << i << " in " << file_name << " : " << error_msg; in ProcessFile()
/art/tools/hiddenapi/
Dhiddenapi.cc1080 LOG(WARNING) << "unresolved: " << str; in ListApi()

12345