Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp650 [](T *self, panda_file::AnnotationItem *an) { self->AddRuntimeAnnotation(an); }); in TransferAnnotations()
653 [](T *self, panda_file::AnnotationItem *an) { self->AddAnnotation(an); }); in TransferAnnotations()
656 [](T *self, panda_file::AnnotationItem *an) { self->AddRuntimeTypeAnnotation(an); }); in TransferAnnotations()
659 [](T *self, panda_file::AnnotationItem *an) { self->AddTypeAnnotation(an); }); in TransferAnnotations()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp120 for (const auto& an : loadedAn_) { in Dump() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1375 for (const auto &an : func.metadata->GetAnnotations()) { in MakeSlotNumberAnnotation() local
1407 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