Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.h93 bool external; member
DETSemitter.cpp321 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition()
338 …Emitter::GenClassField(const ir::ClassProperty *field, pandasm::Record &classRecord, bool external) in GenClassField()
391 void ETSEmitter::GenInterfaceRecord(const ir::TSInterfaceDeclaration *interfaceDecl, bool external) in GenInterfaceRecord()
477 void ETSEmitter::GenClassRecord(const ir::ClassDefinition *classDef, bool external) in GenClassRecord()
DcompilerImpl.cpp158 for (auto *external : externalSource.second) { in ExtractAst() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp947 auto external = file_->IsExternal(recordId); in GetMetaData() local