Home
last modified time | relevance | path

Searched refs:FormClassPropReference (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp300 auto fullName = FormClassPropReference(var); in LoadVar()
305 …const auto fullName = FormClassPropReference(GetVRegType(GetThisReg())->AsETSObjectType(), var->Na… in LoadVar()
338 auto fullName = FormClassPropReference(result.variable); in StoreVar()
361 util::StringView ETSGen::FormClassPropReference(const checker::ETSObjectType *classType, const util… in FormClassPropReference() function in panda::es2panda::compiler::ETSGen
382 util::StringView ETSGen::FormClassPropReference(varbinder::Variable const *const var) in FormClassPropReference() function in panda::es2panda::compiler::ETSGen
385 return FormClassPropReference(containingObjectType, var->Name()); in FormClassPropReference()
391 util::StringView fullName = FormClassPropReference(containingObjectType_, name); in StoreStaticOwnProperty()
424 const auto fullName = FormClassPropReference(GetVRegType(objReg)->AsETSObjectType(), name); in StoreProperty()
736 FormClassPropReference(Checker()->GlobalBuiltinVoidType(), "void_instance")); in LoadBuiltinVoid()
DETSGen.h65 [[nodiscard]] util::StringView FormClassPropReference(const checker::ETSObjectType *classType,
676 util::StringView FormClassPropReference(varbinder::Variable const *var);
DETSCompiler.cpp1029 …util::StringView fullName = etsg->FormClassPropReference(expr->Object()->TsType()->AsETSObjectType… in Compile()
1052 … const auto fullName = etsg->FormClassPropReference(objectType->AsETSObjectType(), propName); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp337 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue()