| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | unit.py | 121 def src(self, *ext) -> Path: 129 def libs(self, *ext) -> Iterable[Path]: 137 def src_device(self, *ext) -> Path: 142 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 | 37 auto *ext = GetExtension(ctx); in GetClass() local 50 auto *ext = GetExtension(ctx); in AddClassRoot() local
|
| /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/ets_frontend/ets2panda/linter/lib/utils/functions/ |
| D | GetScriptKind.ts | 21 const ext = path.extname(fileName).toLowerCase(); constant
|
| /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 262 auto *ext = classLinker->GetExtension(ctx); in TEST_F() local 482 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 562 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 611 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 627 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in GetMethod() local 671 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 731 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local 771 auto *ext = classLinker->GetExtension(ctx); 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/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 781 auto *ext = GetExtension(ctx); in LoadBaseClass() local 864 ClassLinkerExtension *ext, ClassLinkerErrorHandler *errorHandler) in LoadClass() 1001 auto *ext = GetExtension(ctx); in LoadClass() local 1062 …lassLinker::LinkEntitiesAndInitClass(Class *klass, ClassInfo *classInfo, ClassLinkerExtension *ext, in LinkEntitiesAndInitClass() 1095 auto *ext = GetExtension(baseClass->GetSourceLang()); in BuildClass() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_stubs.cpp | 25 static std::optional<T> GetBoxedNumericValue(EtsClassLinkerExtension *ext, EtsObject *obj) in GetBoxedNumericValue() 100 auto ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in EtsValueTypedEquals() local
|
| D | ets_vm_api.cpp | 146 auto *ext = classLinker->GetExtension(ark::SourceLanguage::ETS); in BindNative() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.h | 45 ScriptExtension ext; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Runtime.cpp | 83 auto ext = static_cast<PandaEtsVM *>(Runtime::GetCurrent()->GetPandaVM()) in StdCoreRuntimeTypeof() local
|
| D | std_core.cpp | 37 auto ext = linker->GetExtension(panda_file::SourceLang::ETS); in StdCoreStackTraceLines() local
|
| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenameFileNameTransformer.ts | 270 …const { path: filePathWithoutSuffix, ext: extension } = FileUtils.getFileSuffix(originalCompletePa… constant 297 …const { path: filePathWithoutSuffix, ext: extension } = FileUtils.getFileSuffix(pathAndExtension.p… constant
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 113 for (auto ext : extends_) { in Dump() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 37 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() 39 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler()
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | type.ts | 29 ext: string | undefined; property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_test.cpp | 171 EtsClassLinkerExtension *ext = classLinker->GetEtsClassLinkerExtension(); in TEST_F() local
|
| /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 | 66 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local
|