Home
last modified time | relevance | path

Searched refs:Module (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h27 class Module {
29 Module() = default;
30 Module(LLVMModule *module, LLVMAssembler *assembler) in Module() function
131 std::vector<Module> modulePackage_ {};
160 Module* GetLatestModule();
164Module* AddModule(const std::string &name, const std::string &triple, LOptions option, bool logDeb…
201 void CollectCodeInfo(Module *module, uint32_t moduleIdx);
203 uint64_t RollbackTextSize(Module *module);
221Module* AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &trip…
Dfile_generators.cpp25 void Module::CollectStackMapDes(ModuleSectionDes& des) const in CollectStackMapDes()
47 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes()
67 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()
103 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, in CollectFuncEntryInfo()
163 void Module::CollectModuleSectionDes(ModuleSectionDes &moduleDes) const in CollectModuleSectionDes()
180 void Module::CollectAnModuleSectionDes(ModuleSectionDes &moduleDes, uint64_t textOffset, in CollectAnModuleSectionDes()
196 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize()
201 uintptr_t Module::GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
206 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler()
211 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in DisassemblerFunc()
[all …]
Dstub_compiler.cpp142Module* stubM = generator.AddModule(&allocator, "bc_stub", triple_, stubOp, log->OutputASM(), Stub… in BuildStubModuleAndSave()
147Module* comM = generator.AddModule(&allocator, "com_stub", triple_, comOp, log->OutputASM(), StubF… in BuildStubModuleAndSave()
152Module* builtinM = generator.AddModule(&allocator, "builtin_stub", triple_, builtinOp, log->Output… in BuildStubModuleAndSave()
Dcompilation_driver.h26 class Module; variable
88 Module *module = GetModule(); in CompileMethod()
158 Module *GetModule();
Dpass_manager.cpp77 Module *m) { in Compile()
Dcompilation_driver.cpp66 Module *CompilationDriver::GetModule() in GetModule()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DunionTypeWithRecursiveSubtypeReduction1.ts21 class Module {
34 public parent: Module | Class;
DmoduleWithStatementsOfEveryKind.ts31 module Module {
64 export module Module {
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js499 function Module() { class
511 print(Module().f());
520 function Module() {
529 print(Module().f());
606 function Module(stdlib, foreign, heap) {
609 print(Module(this, { x:0 }));
/arkcompiler/runtime_core/isa/
Dgen.rb23 class Module class
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.h62 ACCESSORS(Module, MODULE_OFFSET, EXPORTS_OFFSET)
Djs_module_source_text.h218 ACCESSORS(Module, MODULE_OFFSET, BINDING_NAME_OFFSET);
229 ACCESSORS(Module, MODULE_OFFSET, INDEX_OFFSET);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h140 inline bool Is##NAME##Module() const \
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md13 To add xts testcases, you need to add module names to the running_modules.txt file. Module names sh…
/arkcompiler/ets_runtime/
DREADME.md39 └─ test # Module test cases
/arkcompiler/toolchain/tooling/test/testcases/
Djs_module_variable_test.h121 if (scope->GetType() != Scope::Type::Module()) { in SendNotification()
Djs_container_test.h119 if (scope->GetType() != Scope::Type::Module()) { in SendNotification()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h231 ACCESSORS(Module, ECMA_MODULE_OFFSET, LAST_OFFSET)
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1510 type == Block() || type == Script() || type == Eval() || type == Module() || in Valid()
1545 static std::string Module() in Module() function
/arkcompiler/ets_runtime/docs/
DREADME_zh.md469 …p id="p12451427144913"><a name="p12451427144913"></a><a name="p12451427144913"></a>按照Module方式编译</p>
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1221 moduleScope->SetType(Scope::Type::Module()).SetObject(std::move(module)); in GetModuleScopeChain()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Module",$[$.Accessor=98304]="Accessor",$[$.FunctionScopedVariableExcludes=111550]="FunctionScopedV…
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch10296 @@ -35,3 +35,6 @@ class NormalModule extends Module {