Home
last modified time | relevance | path

Searched defs:an (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp607 [](T *self, panda_file::AnnotationItem *an) { self->AddRuntimeAnnotation(an); }); in TransferAnnotations()
610 [](T *self, panda_file::AnnotationItem *an) { self->AddAnnotation(an); }); in TransferAnnotations()
613 [](T *self, panda_file::AnnotationItem *an) { self->AddRuntimeTypeAnnotation(an); }); in TransferAnnotations()
616 [](T *self, panda_file::AnnotationItem *an) { self->AddTypeAnnotation(an); }); in TransferAnnotations()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp110 for (const auto& an : loadedAn_) { in Dump() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp115 … [](const auto &an) { return an.GetName() == TSTYPE_ANNO_RECORD_NAME; }); in ExtractTypeInfo()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1342 for (const auto &an : func.metadata->GetAnnotations()) { in MakeSlotNumberAnnotation() local
1374 for (const auto &an : func.metadata->GetAnnotations()) { in MakeConcurrentModuleRequestsAnnotation() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 ….slice(8,-1)?function(e,t,n){t>>>=0;var i=e.byteLength-t;if(i<0)throw new RangeError("'offset' is … function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js17195 class an { class