Home
last modified time | relevance | path

Searched defs:external (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
Dabc_class_processor.cpp60 auto external = file_->IsExternal(entityId_); in FillRecordMetaData() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp334 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition()
351 …SEmitter::GenClassField(const ir::ClassProperty *prop, pandasm::Record &classRecord, bool external) in GenClassField()
400 void ETSEmitter::GenInterfaceRecord(const ir::TSInterfaceDeclaration *interfaceDecl, bool external) in GenInterfaceRecord()
485 void ETSEmitter::GenClassRecord(const ir::ClassDefinition *classDef, bool external) in GenClassRecord()
699 bool external) in GenCustomAnnotationProp()
722 bool external) in GenCustomAnnotationRecord()
DcompilerImpl.cpp159 for (auto *external : externalSource.second) { in ExtractAst() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp958 auto external = file_->IsExternal(recordId); in GetMetaData() local