Home
last modified time | relevance | path

Searched defs:ext (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/checker/typeChecker/
H A DTypeChecker.cpp30 bool RunTypeChecker(Checker *checker, ScriptExtension ext, ir::AstNode *node) in RunTypeChecker() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_box_primitive-inl.h26 auto *ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in Create() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dfield.cpp38 auto *ext = classLinker->GetExtension(ctx); in ResolveTypeClass() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test_resolve_ctor_class.cpp99 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
H A Dgetmethod_test.cpp93 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker-inl.h37 auto *ext = GetExtension(ctx); in GetClass() local
50 auto *ext = GetExtension(ctx); in AddClassRoot() local
H A Dclass_linker.h176 ClassLinkerExtension *ext = nullptr; in EnumerateContextsForDump() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
H A Dets_vm_test.cpp175 EtsClassLinkerExtension *ext = classLinker->GetEtsClassLinkerExtension(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.h45 ScriptExtension ext; member in ark::ark::es2panda::compiler::CompilationUnit
H A DcompilerImpl.cpp370 std::string CompilerImpl::GetPhasesList(const ScriptExtension ext) in GetPhasesList() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_stubs.cpp26 static std::optional<T> GetBoxedNumericValue(EtsClassLinkerExtension *ext, EtsObject *obj) in GetBoxedNumericValue() argument
101 auto ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in EtsValueTypedEquals() local
129 auto ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); EtsGetTypeof() local
[all...]
H A Dets_vm_api.cpp146 auto *ext = classLinker->GetExtension(ark::SourceLanguage::ETS); in BindNative() local
H A Dets_class_linker.cpp38 ClassLinkerExtension *ext = classLinker_->GetExtension(panda_file::SourceLang::ETS); in Initialize() local
H A Dets_class_linker_extension.h238 static EtsClassLinkerExtension *FromCoreType(ClassLinkerExtension *ext) in FromCoreType() argument
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.cpp59 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT, {}) {} in Compiler() argument
61 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() argument
63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler() argument
H A Des2panda.h65 inline Language ToLanguage(ScriptExtension ext) in ToLanguage() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinlining_test.cpp704 static InlineCachesMock PolymorphicInlineWithThrowICM(ClassLinkerExtension *ext) in PolymorphicInlineWithThrowICM() argument
722 auto ext = cl->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dfile_ext.cpp28 namespace ark::panda_file::ext { namespace in ark::panda_file
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_array.h129 static inline void RegisterBuiltinArrayConvertor(JSRefConvertCache *cache, EtsClassLinkerExtension *ext) in RegisterBuiltinArrayConvertor() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core.cpp37 auto ext = linker->GetExtension(panda_file::SourceLang::ETS); in StdCoreStackTraceLines() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Ddebug_info_cache.cpp66 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local
H A Dobject_repository.cpp63 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.cpp174 auto *ext = classLinker->GetEtsClassLinkerExtension(); in GetClass() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dphase.cpp176 std::vector<Phase *> GetPhaseList(ScriptExtension ext) in GetPhaseList() argument
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp39 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() argument
41 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() argument

Completed in 14 milliseconds

12