Home
last modified time | relevance | path

Searched defs:references (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTemplateLiteralType.h29 …emplateLiteralType(ArenaVector<TemplateElement *> &&quasis, ArenaVector<Expression *> &&references) in TSTemplateLiteralType()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_safe_delete_location.cpp33 auto references = GetReferencesAtPositionImpl(ctx, declInfo); in FindSafeDeleteLocationImpl() local
Dfind_rename_locations.cpp30 auto references = FindReferences(tkn, files, file, position); in FindRenameLocations() local
Dinternal_api.cpp675 auto references = ArenaVector<ir::AstNode *>(allocator->Adapter()); in FindReferencesByName() local
707 …auto references = FindReferencesByName(ctx->parserProgram->Ast(), decl, touchingToken, ctx->alloca… in GetSemanticDocumentHighlights() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/verification_mode/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/verification_wrong_this/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/mismatched/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/verification_i32f64misuse/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/multiple_implement/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/multiple_override/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/loop_inheritance/app/
Darktsconfig.json14 "references": [ array
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
Depsilon-g1.cpp103 void EpsilonG1GC<LanguageConfig>::MarkReferences([[maybe_unused]] GCMarkingStackType *references, in MarkReferences()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
Depsilon.cpp90 void EpsilonGC<LanguageConfig>::MarkReferences([[maybe_unused]] GCMarkingStackType *references, in MarkReferences()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-gc-adapter.cpp89 void CMCGCAdapter<LanguageConfig>::MarkReferences([[maybe_unused]] GCMarkingStackType *references, in MarkReferences()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/app/
Darktsconfig.json17 "references": [ array
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DSdkUtils.ts90 const references = sourceFile.libReferenceDirectives; constant
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp116 std::vector<SectionReference> references; in GetRoDataSections() local
Dark_aot_linker.cpp110 RoDataSections references; in GetLinkedRoDataSections() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp231 void StwGC<LanguageConfig>::MarkReferences(GCMarkingStackType *references, [[maybe_unused]] GCPhase… in MarkReferences()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h82 void MarkReferences([[maybe_unused]] mem::GCMarkingStackType *references, in MarkReferences()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp550 void GenGC<LanguageConfig>::MarkReferences(GCMarkingStackType *references, GCPhase gcPhase) in MarkReferences()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp479 GCMarkingStackType references(this); in AddReference() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1255 void G1GC<LanguageConfig>::MarkReferences(GCMarkingStackType *references, GCPhase gcPhase) in MarkReferences()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp480 ArenaVector<ir::Expression *> references(Allocator()->Adapter()); in ParseTsTemplateLiteralType() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument