Home
last modified time | relevance | path

Searched full:warning (Results 1 – 25 of 76) sorted by relevance

1234

/arkcompiler/runtime_core/verification/
Dmessages.yaml165 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/
Djob.cpp29 …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()
Dcache.cpp443 …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/
Dmethod_options.h29 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/
Doptions.h.erb69 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/
Doptions.yaml29 - warning
98 - name: log-warning
103 description: Enable warning or above logs from specified components
/arkcompiler/runtime_core/scripts/
Dtrace_enable.sh47 …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/
Dfilesystem.cpp45 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/
Dws_logger_test.cpp96 …EXPECT_CALL(logger_, LogLineInternal(Logger::Level::WARNING, Logger::Component::DEBUGGER, "warning in TEST_F()
Dinspector_test.cpp64 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/
Dcflow_status.h20 enum class CflowStatus { OK, WARNING, ERROR }; enumerator
/arkcompiler/runtime_core/verification/absint/
Dverification_status.h22 enum class VerificationStatus { OK, WARNING, ERROR }; enumerator
/arkcompiler/runtime_core/runtime/scheduler/
DCMakeLists.txt21 # Use the cmake_policy command to set the policy and suppress this warning.
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h167 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/
Dstatic-analyzer-warnings-generation.puactivity33 - in case of reading from them(except cast to bool) generate warning;
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.yaml19 - name: warning
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.cpp144 // 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/
Dendpoint.cpp47 LOG(WARNING, DEBUGGER) << "Unsupported method: " << message; in HandleMessage()
Dws_logger.cpp77 return Logger::Level::WARNING; in channel_log_level()
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp62 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/
Derror.h24 enum class ErrorClass { WARNING = 0, ERROR }; enumerator
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp136 } else if (name == "warning") { in MethodOptionsProcessor()
137 if (!ProcessSectionMsg(MethodOption::MsgClass::WARNING, items, &options)) { in MethodOptionsProcessor()
/arkcompiler/runtime_core/irtoc/
Dintrinsics.yaml16 # WARNING: 'class_name' field should be `Irtoc` for all Irtoc intrinsics. If it needs to be changed…
/arkcompiler/runtime_core/templates/
Dmessages.rb90 # equivalent to attr_reader(attr), but that gives a warning in JRuby 9.2.17.0
/arkcompiler/runtime_core/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb33 return status == VerificationStatus::WARNING;

1234