| /arkcompiler/ets_frontend/ets2panda/checker/typeChecker/ |
| H A D | TypeChecker.cpp | 30 bool RunTypeChecker(Checker *checker, ScriptExtension ext, ir::AstNode *node) in RunTypeChecker() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_box_primitive-inl.h | 26 auto *ext = coro->GetPandaVM()->GetClassLinker()->GetEtsClassLinkerExtension(); in Create() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | field.cpp | 38 auto *ext = classLinker->GetExtension(ctx); in ResolveTypeClass() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test_resolve_ctor_class.cpp | 99 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
|
| H A D | getmethod_test.cpp | 93 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_linker-inl.h | 37 auto *ext = GetExtension(ctx); in GetClass() local 50 auto *ext = GetExtension(ctx); in AddClassRoot() local
|
| H A D | class_linker.h | 176 ClassLinkerExtension *ext = nullptr; in EnumerateContextsForDump() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| H A D | ets_vm_test.cpp | 175 EtsClassLinkerExtension *ext = classLinker->GetEtsClassLinkerExtension(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | compilerImpl.h | 45 ScriptExtension ext; member in ark::ark::es2panda::compiler::CompilationUnit
|
| H A D | compilerImpl.cpp | 370 std::string CompilerImpl::GetPhasesList(const ScriptExtension ext) in GetPhasesList() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_stubs.cpp | 26 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 D | ets_vm_api.cpp | 146 auto *ext = classLinker->GetExtension(ark::SourceLanguage::ETS); in BindNative() local
|
| H A D | ets_class_linker.cpp | 38 ClassLinkerExtension *ext = classLinker_->GetExtension(panda_file::SourceLang::ETS); in Initialize() local
|
| H A D | ets_class_linker_extension.h | 238 static EtsClassLinkerExtension *FromCoreType(ClassLinkerExtension *ext) in FromCoreType() argument
|
| /arkcompiler/ets_frontend/ets2panda/ |
| H A D | es2panda.cpp | 59 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 D | es2panda.h | 65 inline Language ToLanguage(ScriptExtension ext) in ToLanguage() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inlining_test.cpp | 704 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 D | file_ext.cpp | 28 namespace ark::panda_file::ext { namespace in ark::panda_file [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | js_refconvert_array.h | 129 static inline void RegisterBuiltinArrayConvertor(JSRefConvertCache *cache, EtsClassLinkerExtension *ext) in RegisterBuiltinArrayConvertor() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core.cpp | 37 auto ext = linker->GetExtension(panda_file::SourceLang::ETS); in StdCoreStackTraceLines() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| H A D | debug_info_cache.cpp | 66 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local
|
| H A D | object_repository.cpp | 63 auto *ext = classLinker->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in SetUpTestSuite() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| H A D | ets_to_string_cache.cpp | 174 auto *ext = classLinker->GetEtsClassLinkerExtension(); in GetClass() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
| H A D | phase.cpp | 176 std::vector<Phase *> GetPhaseList(ScriptExtension ext) in GetPhaseList() argument
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 39 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() argument 41 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() argument
|