Home
last modified time | relevance | path

Searched defs:external (Results 1 – 5 of 5) 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.cpp452 void ETSEmitter::GenInterfaceMethodDefinition(const ir::MethodDefinition *methodDef, bool external) in GenInterfaceMethodDefinition()
469 …SEmitter::GenClassField(const ir::ClassProperty *prop, pandasm::Record &classRecord, bool external) in GenClassField()
521 void ETSEmitter::GenInterfaceRecord(const ir::TSInterfaceDeclaration *interfaceDecl, bool external) in GenInterfaceRecord()
613 void ETSEmitter::GenClassRecord(const ir::ClassDefinition *classDef, bool external) in GenClassRecord()
830 bool external) in GenCustomAnnotationProp()
854 bool external) in GenCustomAnnotationRecord()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp74 for (auto *external : externalSource.second) { in ExtractAst() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp973 auto external = file_->IsExternal(recordId); in GetMetaData() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2776 bool external) in DoCreateArrayBuffer()