| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | unit.py | 121 def src(self, *ext, die_on_zero_matches=False) -> Path: 131 def libs(self, *ext) -> Iterable[Path]: 139 def src_device(self, *ext) -> Path: 144 def libs_device(self, *ext) -> Iterable[Path]:
|
| D | tool.py | 173 def x_src(self, bu: BenchUnit, *ext) -> Path: 178 def x_libs(self, bu: BenchUnit, *ext) -> Iterable[Path]:
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class_linker-inl.h | 38 auto *ext = GetExtension(ctx); in GetClass() local 51 auto *ext = GetExtension(ctx); in AddClassRoot() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | GetScriptKind.ts | 21 const ext = path.extname(fileName).toLowerCase(); constant
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 59 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT, {}) {} in Compiler() 61 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() 63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | class_linker_test.cpp | 99 auto *ext = classLinker->GetExtension(ctx); in TEST_F() local 176 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 213 static void TestPrimitiveClassRoots(const ClassLinkerExtension &ext) in TestPrimitiveClassRoots() 275 static void TestArrayClassRoots(const ClassLinkerExtension &ext) in TestArrayClassRoots() 296 auto *ext = classLinker->GetExtension(ctx); in TEST_F() local 516 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 596 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 645 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 661 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in GetMethod() local 705 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local [all …]
|
| D | interpreter_test_resolve_ctor_class.cpp | 99 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
|
| D | getmethod_test.cpp | 93 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_stubs.cpp | 26 static std::optional<T> GetBoxedNumericValue(EtsClassLinkerExtension *ext, EtsObject *obj) in GetBoxedNumericValue() 101 auto ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in EtsValueTypedEquals() local 129 auto ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in EtsGetTypeof() local
|
| D | ets_vm_api.cpp | 146 auto *ext = classLinker->GetExtension(ark::SourceLanguage::ETS); in BindNative() local
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/ |
| D | test-type-bind-instruction-with-branch.ts | 28 ext:string; property in FileItem
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_box_primitive-inl.h | 26 auto *ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in Create() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/typeChecker/ |
| D | TypeChecker.cpp | 30 bool RunTypeChecker(Checker *checker, ScriptExtension ext, ir::AstNode *node) in RunTypeChecker()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | field.cpp | 38 auto *ext = classLinker->GetExtension(ctx); in ResolveTypeClass() local
|
| D | class_linker.cpp | 154 for (auto &ext : extensions) { in ClassLinker() local 177 for (auto &ext : extensions_) { in Initialize() local 194 for (auto &ext : extensions_) { in InitializeRoots() local 384 const LanguageContext &ctx, const ClassLinkerExtension *ext) in LoadMethod() 475 auto *ext = GetExtension(ctx); in LoadMethods() local 784 auto *ext = GetExtension(ctx); in LoadBaseClass() local 867 ClassLinkerExtension *ext, ClassLinkerErrorHandler *errorHandler) in LoadClass() 1005 auto *ext = GetExtension(ctx); in LoadClass() local 1066 …lassLinker::LinkEntitiesAndInitClass(Class *klass, ClassInfo *classInfo, ClassLinkerExtension *ext, in LinkEntitiesAndInitClass() 1099 auto *ext = GetExtension(baseClass->GetSourceLang()); in BuildClass() local [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/ |
| D | arkts_device.py | 77 def push_unit(self, bu: BenchUnit, *ext) -> None:
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.h | 45 ScriptExtension ext; variable
|
| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenameFileNameTransformer.ts | 271 …const { path: filePathWithoutSuffix, ext: extension } = FileUtils.getFileSuffix(originalCompletePa… constant 298 …const { path: filePathWithoutSuffix, ext: extension } = FileUtils.getFileSuffix(pathAndExtension.p… constant
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 115 for (auto ext : extends_) { in Dump() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 34 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() 36 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_test.cpp | 175 EtsClassLinkerExtension *ext = classLinker->GetEtsClassLinkerExtension(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core.cpp | 37 auto ext = linker->GetExtension(panda_file::SourceLang::ETS); in StdCoreStackTraceLines() local
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | type.ts | 29 ext: string | undefined; property
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | frame.h | 95 ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs) in Frame() 107 …ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs, uint32_t numAct… in Frame() 125 ALWAYS_INLINE static Frame *FromExt(void *ext, size_t extSz) in FromExt()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | debug_info_cache.cpp | 69 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local
|