Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dunit.py121 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]:
Dtool.py173 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/
Dclass_linker-inl.h37 auto *ext = GetExtension(ctx); in GetClass() local
50 auto *ext = GetExtension(ctx); in AddClassRoot() local
/arkcompiler/ets_frontend/ets2panda/
Des2panda.cpp59 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/
DGetScriptKind.ts21 const ext = path.extname(fileName).toLowerCase(); constant
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test.cpp99 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 …]
Dinterpreter_test_resolve_ctor_class.cpp99 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
Dgetmethod_test.cpp93 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-type-bind-instruction-with-branch.ts28 ext:string; property in FileItem
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_box_primitive-inl.h26 auto *ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in Create() local
/arkcompiler/ets_frontend/ets2panda/checker/typeChecker/
DTypeChecker.cpp30 bool RunTypeChecker(Checker *checker, ScriptExtension ext, ir::AstNode *node) in RunTypeChecker()
/arkcompiler/runtime_core/static_core/runtime/
Dfield.cpp38 auto *ext = classLinker->GetExtension(ctx); in ResolveTypeClass() local
Dclass_linker.cpp154 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/
Dets_stubs.cpp25 static std::optional<T> GetBoxedNumericValue(EtsClassLinkerExtension *ext, EtsObject *obj) in GetBoxedNumericValue()
100 auto ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in EtsValueTypedEquals() local
Dets_vm_api.cpp146 auto *ext = classLinker->GetExtension(ark::SourceLanguage::ETS); in BindNative() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.h45 ScriptExtension ext; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Runtime.cpp83 auto ext = static_cast<PandaEtsVM *>(Runtime::GetCurrent()->GetPandaVM()) in StdCoreRuntimeTypeof() local
Dstd_core.cpp37 auto ext = linker->GetExtension(panda_file::SourceLang::ETS); in StdCoreStackTraceLines() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts270 …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/
DtsInterfaceDeclaration.cpp113 for (auto ext : extends_) { in Dump() local
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp37 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/
Dtype.ts29 ext: string | undefined; property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_test.cpp171 EtsClassLinkerExtension *ext = classLinker->GetEtsClassLinkerExtension(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h95 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/
Ddebug_info_cache.cpp66 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local

12