| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 165 level: warning 172 level: warning 274 level: warning 279 level: warning 287 level: warning 295 level: warning 304 level: warning 318 level: warning 326 level: warning 334 level: warning [all …]
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | job.cpp | 29 …LOG(WARNING, VERIFIER) << "Cached class " << klass.GetName() << " doesn't have a valid type in typ… in UpdateTypes() 54 …LOG(WARNING, VERIFIER) << "Failed to resolve identifiers for method " << method_.GetFullName(true); in DoChecks() 62 … LOG(WARNING, VERIFIER) << "Failed to check control flow for method " << method_.GetFullName(true); in DoChecks() 72 LOG(WARNING, VERIFIER) << "Cannot update types from cached classes for method " in DoChecks() 80 …LOG(WARNING, VERIFIER) << "Abstract interpretation failed for method " << method_.GetFullName(true… in DoChecks()
|
| D | cache.cpp | 443 …LOG(WARNING, VERIFIER) << std::hex << "Failed to resolve method with hash 0x" << method_hash << " … in ResolveMethod() 477 …LOG(WARNING, VERIFIER) << std::hex << "Failed to resolve field with hash 0x" << field_hash << " in… in ResolveField() 548 … LOG(WARNING, VERIFIER) << "Exception type out of bounds in " << cachedMethod->GetName() in InitializeTryBlock() 774 ? LOG(WARNING, VERIFIER) in ResolveByDescriptor() 900 …LOG(WARNING, VERIFIER) << "Class index out of bounds for cached method " << cachedMethod.GetName()… in GetFromCache() 930 …LOG(WARNING, VERIFIER) << "Failed to resolve or link class by descriptor " << descr << " for langu… in ResolveMethod() 951 LOG(WARNING, VERIFIER) << "Failed to link " << resolved_method->GetName(); in ResolveMethod() 966 …LOG(WARNING, VERIFIER) << "Method index out of bounds for cached method " << cachedMethod.GetName() in GetFromCache() 1003 …LOG(WARNING, VERIFIER) << "Field index out of bounds for cached method " << cachedMethod.GetName()… in GetFromCache() 1035 …LOG(WARNING, VERIFIER) << "Failed to resolve or link class by descriptor " << descr << " for langu… in GetFromCache() [all …]
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_options.h | 29 enum class MsgClass { ERROR, WARNING, HIDDEN }; enumerator 33 …using MsgClassFlag = FlagsForEnum<unsigned, MsgClass, MsgClass::ERROR, MsgClass::WARNING, MsgClass… 137 return Is(MethodOption::MsgClass::WARNING); in IsWarning() 142 return IsNot(MethodOption::MsgClass::WARNING); in IsNotWarning() 160 opts.IfInMsgClassThen(num, MethodOption::MsgClass::WARNING, std::move(handler)); in IfWarning() 166 opts.IfNotInMsgClassThen(num, MethodOption::MsgClass::WARNING, std::move(handler)); in IfNotWarning() 311 case MethodOption::MsgClass::WARNING: in ImageMessages()
|
| /arkcompiler/runtime_core/templates/options/ |
| D | options.h.erb | 69 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 76 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 83 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 91 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 103 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 110 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 150 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n";
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | options.yaml | 29 - warning 98 - name: log-warning 103 description: Enable warning or above logs from specified components
|
| /arkcompiler/runtime_core/scripts/ |
| D | trace_enable.sh | 47 …echo "Warning: If the PandaVM aborted while writting trace, try to enlarge the trace buffer size h… 93 echo "Warning: tracing time is not specified, set to 60 seconds" 100 echo "Warning: trace buffer size is not specified, set to 8 MB"
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | filesystem.cpp | 45 LOG(WARNING, COMMON) << "Failed to create directory \"" << folder_name.c_str() << "\"\n"; in CreateDirectories() 46 LOG(WARNING, COMMON) << "Return status :" << status << "\n"; in CreateDirectories()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | ws_logger_test.cpp | 96 …EXPECT_CALL(logger_, LogLineInternal(Logger::Level::WARNING, Logger::Component::DEBUGGER, "warning… in TEST_F()
|
| D | inspector_test.cpp | 64 EXPECT_CALL(logger_, LogLineInternal(Logger::Level::WARNING, Logger::Component::DEBUGGER, in ExpectUnsupportedMethods() 68 (EXPECT_CALL(logger_, LogLineInternal(Logger::Level::WARNING, Logger::Component::DEBUGGER, in ExpectUnsupportedMethods()
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_status.h | 20 enum class CflowStatus { OK, WARNING, ERROR }; enumerator
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | verification_status.h | 22 enum class VerificationStatus { OK, WARNING, ERROR }; enumerator
|
| /arkcompiler/runtime_core/runtime/scheduler/ |
| D | CMakeLists.txt | 21 # Use the cmake_policy command to set the policy and suppress this warning.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 167 case Level::WARNING: in WriteMobileLog() 352 …// Uses advanced Logger constructor, so we tell to suppress all nested messages below WARNING seve… 354 …: Logger(level, component_mask, Logger::Level::WARNING), stream_(std::forward<std::ofstream>(strea… in FastFileLogger() 489 #define _LOG_WARNING(component, p) _LOG(WARNING, component, p)
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-warnings-generation.puactivity | 33 - in case of reading from them(except cast to bool) generate warning;
|
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger.yaml | 19 - name: warning
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference_storage.cpp | 144 // Undefined behavior, we just print warning here. in RemoveRef() 145 LOG(WARNING, GC) << "Try to remove not existed ref: " << ref; in RemoveRef() 178 // Undefined behavior, we just print warning here. in GetObject() 179 LOG(WARNING, GC) << "Try to GetObject from a not existed ref: " << ref; in GetObject()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | endpoint.cpp | 47 LOG(WARNING, DEBUGGER) << "Unsupported method: " << message; in HandleMessage()
|
| D | ws_logger.cpp | 77 return Logger::Level::WARNING; in channel_log_level()
|
| /arkcompiler/runtime_core/compiler/ |
| D | compile_method.cpp | 62 LOG(WARNING, COMPILER) in CheckSingleImplementation() 207 LOG(WARNING, COMPILER) << "IrBuilder failed!"; in CompileInGraph() 218 LOG(WARNING, COMPILER) << "RunOptimizations failed!"; in CompileInGraph()
|
| /arkcompiler/runtime_core/assembler/ |
| D | error.h | 24 enum class ErrorClass { WARNING = 0, ERROR }; enumerator
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 136 } else if (name == "warning") { in MethodOptionsProcessor() 137 if (!ProcessSectionMsg(MethodOption::MsgClass::WARNING, items, &options)) { in MethodOptionsProcessor()
|
| /arkcompiler/runtime_core/irtoc/ |
| D | intrinsics.yaml | 16 # WARNING: 'class_name' field should be `Irtoc` for all Irtoc intrinsics. If it needs to be changed…
|
| /arkcompiler/runtime_core/templates/ |
| D | messages.rb | 90 # equivalent to attr_reader(attr), but that gives a warning in JRuby 9.2.17.0
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | abs_int_inl_compat_checks.h.erb | 33 return status == VerificationStatus::WARNING;
|