Home
last modified time | relevance | path

Searched refs:AssemblerName (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsImportDeclaration.h51 util::StringView &AssemblerName() in AssemblerName() function in ark::es2panda::ir::ETSImportDeclaration
56 const util::StringView &AssemblerName() const in AssemblerName() function in ark::es2panda::ir::ETSImportDeclaration
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsArrayType.h43 const util::StringView &AssemblerName() const in AssemblerName() function in ark::es2panda::checker::ETSArrayType
H A DetsObjectType.h250 const util::StringView &AssemblerName() const in AssemblerName() function in ark::es2panda::checker::ETSObjectType
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp444 parent->AsClassDefinition()->TsType()->AsETSObjectType()->AssemblerName().Utf8())); in GenAnnotations()
491 baseType->SuperType()->AssemblerName().Mutf8()); in GenClassRecord()
494 if (baseType->AssemblerName().Mutf8() != Signatures::BUILTIN_OBJECT) { in GenClassRecord()
572 auto superType = classDef->TsType()->AsETSObjectType()->SuperType()->AssemblerName().Mutf8(); in GenAnnotationSignature()
623 classDef->TsType()->AsETSObjectType()->AssemblerName().Mutf8()))); in GenAnnotationInnerClass()
H A DETSGen.cpp257 << import->AssemblerName(); in FormDynamicModulePropReference()
360 std::string fullName = classType->AssemblerName().Mutf8(); in FormClassPropReference()
369 if (fullName != classType->AssemblerName().Mutf8()) { in FormClassPropReference()
720 Sa().Emit<Isinstance>(node, Checker()->GlobalBuiltinDynamicType(lang)->AssemblerName()); in IsInstanceDynamic()
723 Sa().Emit<Checkcast>(node, Checker()->GlobalBuiltinDynamicType(lang)->AssemblerName()); in IsInstanceDynamic()
749 Sa().Emit<LdaType>(node, rhsType->AsETSObjectType()->AssemblerName()); in IsInstanceDynamic()
2208 util::UString(std::string(obj->AssemblerName()) + ".equals:std.core.Object;u1;", checker->Allocator()).View(); in SelectLooseObjComparator()
H A DETSGen.h191 Sa().Emit<Isinstance>(node, Checker()->GlobalBuiltinETSStringType()->AssemblerName()); in ResolveConditionalResultReference()
660 auto classRef = GetAccumulatorType()->AsETSObjectType()->AssemblerName(); in GetType()
H A DETSCompiler.cpp1650 tryCtx.AddNewCathTable(clause->TsType()->AsETSObjectType()->AssemblerName(), tryLabelPair); in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp425 auto *fieldId = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator()); in ClassInitializerFromImport()
588 import->AssemblerName() = util::UString(assemblyName, Allocator()).View();
589 fields.insert(import->AssemblerName());
592 auto *fieldIdent = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator());
H A Dhelpers.cpp919 arrayType->AssemblerName() == testedType->AssemblerName()) { in CheckTestObjectCondition()
951 objectType->AssemblerName() == testedType->AssemblerName()) { in CheckTestObjectCondition()
H A DtypeCreation.cpp582 prefix = containingObjType->AssemblerName(); in CreateNewETSObjectType()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp313 funcScope->BindName(info->calleeClass->Definition()->TsType()->AsETSObjectType()->AssemblerName()); in GetAndApplyFunctionScope()

Completed in 25 milliseconds