Home
last modified time | relevance | path

Searched refs:className_ (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_stacktrace_element.h46 ObjectAccessor::SetObject(this, MEMBER_OFFSET(EtsStackTraceElement, className_), in SetClassName()
76 ObjectPointer<EtsString> className_; member in ark::ets::EtsStackTraceElement
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp95 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ in ProcessHotreload()
200 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " are failed to be initialized"; in ValidateClassForHotreload()
211 LOG(ERROR, HOTRELOAD) << "Class lock " << hCls.className_ << " are already owned by this thread."; in ValidateClassForHotreload()
216 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " cannot be initialized in runtime."; in ValidateClassForHotreload()
222 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " is an interface class. Cannot modify."; in ValidateClassForHotreload()
226 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " is a proxy class. Cannot modify."; in ValidateClassForHotreload()
230 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " is an array class. Cannot modify."; in ValidateClassForHotreload()
234 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " is a string class. Cannot modify."; in ValidateClassForHotreload()
238 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ << " is a primitive class. Cannot modify."; in ValidateClassForHotreload()
H A Dhotreload.h32 const std::string className_; member
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DclassBuilder.cpp31 : checker_(checker), className_(name), cda_(cda), superClass_(superClass) in ClassBuilder()
51 auto *classId = checker_->AllocNode<ir::Identifier>(className_, allocator); in Build()
H A DclassBuilder.h66 util::StringView className_ {};
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_scoped_objects_fix.h217 ExceptionData(const char *name, const char *message) : className_(name) in ExceptionData()
226 return className_.c_str(); in GetClassName()
235 PandaString className_; member in ark::ets::napi::ScopedManagedCodeFix::ExceptionData
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Daot_test.cpp199 auto klass = etx->CreateClass(reinterpret_cast<const uint8_t *>(className_.data()), 0, 0, in BuildAot()
232 uint32_t hash = GetHash32String(reinterpret_cast<const uint8_t *>(className_.data())); in BuildAot()
275 const std::string className_ {"Foo"};
276 std::string methodName_ {className_ + "::method"};
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h304 return className_.value(); in GetClassName()
309 className_ = className; in SetClassName()
315 return className_.has_value(); in HasClassName()
513 std::optional<std::string> className_ {};
H A Dpt_types.cpp1033 remoteObject->className_ = std::move(className); in Create()
1080 if (className_) { in ToJson()
1081 result->Add("className", className_->c_str()); in ToJson()

Completed in 15 milliseconds