Searched refs:message_ (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
H A D | checkContext.h | 44 : invariantName_ {name}, cause_ {cause}, message_ {message}, line_ {line} in CheckMessage() 65 body.AddProperty("ast", message_); in DumpJSON() 75 std::string message_; member
|
/arkcompiler/ets_frontend/ets2panda/ |
H A D | es2panda.h | 170 : type_(type), file_(file), message_(message) in message_() function in ark::ark::es2panda::Error 174 : type_(type), file_(file), message_(message), line_(line), col_(column) in col_() 204 return message_.c_str(); 214 return message_; 235 std::string message_; member in ark::ark::es2panda::Error
|
/arkcompiler/ets_frontend/es2panda/ |
H A D | es2panda.h | 137 explicit Error(ErrorType type, const std::string_view &message) noexcept : type_(type), message_(message) {} in message_() function in panda::panda::es2panda::Error 139 : type_(type), message_(message), line_(line), col_(column) in col_() 167 return message_.c_str(); 177 return message_; 202 std::string message_; member in panda::panda::es2panda::Error
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_scoped_objects_fix.h | 220 message_ = message; in ExceptionData() 231 return message_ ? message_.value().c_str() : nullptr; in GetMessage() 236 std::optional<PandaString> message_; member in ark::ets::napi::ScopedManagedCodeFix::ExceptionData
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.h | 130 : vm_(vm), message_(message), tier_(tier), outPutLog_(outPutLog), isDebugLevel_(isDebugLevel) {} in TimeScope() 132 : vm_(vm), message_(""), tier_(CompilerTier::FAST), outPutLog_(false), isDebugLevel_(true) {} in TimeScope() 136 CString message_; member in panda::ecmascript::Jit::TimeScope
|
H A D | jit.cpp | 623 LOG_BASELINEJIT(DEBUG) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope() 627 LOG_JIT(DEBUG) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope() 630 LOG_BASELINEJIT(INFO) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope() 635 if (vm_->GetEnableJitLogSkip() && bundleName != "" && message_.find(bundleName) == std::string::npos) { in ~TimeScope() 638 LOG_JIT(INFO) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope()
|
Completed in 5 milliseconds