Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp28 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext()
46 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, boo… in BoundContext()
64 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext()
DETSBinder.cpp1289 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/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp75 const auto &recordTable = program->recordTable; in CheckAnnoDecl() local
121 const auto &recordTable = program->recordTable; in CheckRecordAnnotations() local
143 const auto &recordTable = program->recordTable; in CheckModuleAnnotation() local
177 const auto &recordTable = program->recordTable; in CheckRecordWithoutAnnotations() local
255 const auto &recordTable = program->recordTable; in CheckClassFieldAnnotations() local
279 const auto &recordTable = program->recordTable; in CheckClassFieldWithoutAnnotations() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto42 repeated RecordTable recordTable = 2; field
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-program.h37 std::map<std::string, ark::pandasm::Record> recordTable; member
/arkcompiler/ets_frontend/es2panda/aot/
DresolveDepsRelation.cpp133 auto &recordTable = program.record_table; in CollectStaticImportDepsRelation() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.cpp346 auto &recordTable = this->program_->prog_->record_table; in UpdateAnnotationReference() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp760 varbinder::RecordTable *const recordTable) in CreateConstructorForPartialType()
940varbinder::RecordTable *const recordTable) in CreateNonStaticClassInitializer()
Ddynamic.cpp379 auto recordTable = isExternal ? varBinder->GetExternalRecordTable().at(varBinder->Program()) in BuildClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp526 auto &recordTable = m->Ctx()->Program().recordTable; in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp353 void ETSEmitter::GenExternalRecord(varbinder::RecordTable *recordTable, const parser::Program *extP… in GenExternalRecord()