/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.h | 27 class Module { 29 Module() = default; 30 Module(LLVMModule *module, LLVMAssembler *assembler) in Module() function 131 std::vector<Module> modulePackage_ {}; 160 Module* GetLatestModule(); 164 …Module* 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); 221 …Module* AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &trip…
|
D | file_generators.cpp | 25 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 …]
|
D | stub_compiler.cpp | 142 …Module* stubM = generator.AddModule(&allocator, "bc_stub", triple_, stubOp, log->OutputASM(), Stub… in BuildStubModuleAndSave() 147 …Module* comM = generator.AddModule(&allocator, "com_stub", triple_, comOp, log->OutputASM(), StubF… in BuildStubModuleAndSave() 152 …Module* builtinM = generator.AddModule(&allocator, "builtin_stub", triple_, builtinOp, log->Output… in BuildStubModuleAndSave()
|
D | compilation_driver.h | 26 class Module; variable 88 Module *module = GetModule(); in CompileMethod() 158 Module *GetModule();
|
D | pass_manager.cpp | 77 Module *m) { in Compile()
|
D | compilation_driver.cpp | 66 Module *CompilationDriver::GetModule() in GetModule()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | unionTypeWithRecursiveSubtypeReduction1.ts | 21 class Module { 34 public parent: Module | Class;
|
D | moduleWithStatementsOfEveryKind.ts | 31 module Module { 64 export module Module {
|
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
D | stubbuilder.js | 499 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/ |
D | gen.rb | 23 class Module class
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.h | 62 ACCESSORS(Module, MODULE_OFFSET, EXPORTS_OFFSET)
|
D | js_module_source_text.h | 218 ACCESSORS(Module, MODULE_OFFSET, BINDING_NAME_OFFSET); 229 ACCESSORS(Module, MODULE_OFFSET, INDEX_OFFSET);
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_ts_type_ref.h | 140 inline bool Is##NAME##Module() const \
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
D | readme.md | 13 To add xts testcases, you need to add module names to the running_modules.txt file. Module names sh…
|
/arkcompiler/ets_runtime/ |
D | README.md | 39 └─ test # Module test cases
|
/arkcompiler/toolchain/tooling/test/testcases/ |
D | js_module_variable_test.h | 121 if (scope->GetType() != Scope::Type::Module()) { in SendNotification()
|
D | js_container_test.h | 119 if (scope->GetType() != Scope::Type::Module()) { in SendNotification()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.h | 231 ACCESSORS(Module, ECMA_MODULE_OFFSET, LAST_OFFSET)
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1510 type == Block() || type == Script() || type == Eval() || type == Module() || in Valid() 1545 static std::string Module() in Module() function
|
/arkcompiler/ets_runtime/docs/ |
D | README_zh.md | 469 …p id="p12451427144913"><a name="p12451427144913"></a><a name="p12451427144913"></a>按照Module方式编译</p>
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 1221 moduleScope->SetType(Scope::Type::Module()).SetObject(std::move(module)); in GetModuleScopeChain()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …Module",$[$.Accessor=98304]="Accessor",$[$.FunctionScopedVariableExcludes=111550]="FunctionScopedV…
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 10296 @@ -35,3 +35,6 @@ class NormalModule extends Module {
|