Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dunit.py121 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]:
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.h38 auto *ext = GetExtension(ctx); in GetClass() local
51 auto *ext = GetExtension(ctx); in AddClassRoot() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DGetScriptKind.ts21 const ext = path.extname(fileName).toLowerCase(); constant
/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/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
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 …]
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/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs.cpp26 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
Dets_vm_api.cpp146 auto *ext = classLinker->GetExtension(ark::SourceLanguage::ETS); in BindNative() 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
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/
Darkts_device.py77 def push_unit(self, bu: BenchUnit, *ext) -> None:
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.h45 ScriptExtension ext; variable
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts271 …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/
DtsInterfaceDeclaration.cpp115 for (auto ext : extends_) { in Dump() local
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp34 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/
Dets_vm_test.cpp175 EtsClassLinkerExtension *ext = classLinker->GetEtsClassLinkerExtension(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp37 auto ext = linker->GetExtension(panda_file::SourceLang::ETS); in StdCoreStackTraceLines() local
/arkcompiler/ets_frontend/arkguard/src/common/
Dtype.ts29 ext: string | undefined; property
/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.cpp69 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local

12