Home
last modified time | relevance | path

Searched defs:recordTable (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp27 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext()
45 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, boo… in BoundContext()
63 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext()
DETSBinder.cpp1010 RecordTable *const recordTable) in BuildInternalNameWithCustomRecordTable()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DvarbinderScopes.h79 auto *recordTable = varBinder_->GetRecordTable(); in RecordTableClassScope() local
104 auto *recordTable = varBinder_->GetRecordTable(); in ~RecordTableClassScope() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-program.h37 std::map<std::string, ark::pandasm::Record> recordTable; member
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto42 repeated RecordTable recordTable = 2; field
/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_emit_test.h84 const auto &recordTable = program->recordTable; in CheckAnnoDecl() local
119 const auto &recordTable = program->recordTable; in CheckClassAnnotations() local
/arkcompiler/ets_frontend/es2panda/aot/
DresolveDepsRelation.cpp133 auto &recordTable = program.record_table; in CollectStaticImportDepsRelation() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp178 auto *const recordTable = isClassDeclaredInCurrentFile in HandlePartialInterface() local
672 varbinder::RecordTable *const recordTable) in CreateConstructorForPartialType()
842varbinder::RecordTable *const recordTable) in CreateNonStaticClassInitializer()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp483 auto &recordTable = m->Ctx()->Program().recordTable; in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp249 void ETSEmitter::GenExternalRecord(varbinder::RecordTable *recordTable) in GenExternalRecord()