| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | eh_func.cpp | 28 MIRModule *mirModule = mirFunc.GetModule(); in CollectEHInformation() 124 MIRModule *mirModule = mirFunc.GetModule(); in ConvertThrowToRuntime() 138 MIRModule *mirModule = mirFunc.GetModule(); in ConvertThrowToRethrow() 155 MIRModule *mirModule = mirFunc.GetModule(); in Lower() 346 … *cgFunc, *retypeNode->CloneTree(mirFunc.GetModule()->GetCurFuncCodeMPAllocator())); in LowerThrow() 354 … *drNode->CloneTree(mirFunc.GetModule()->GetCurFuncCodeMPAllocator())); in LowerThrow() 381 … *irNode->CloneTree(mirFunc.GetModule()->GetCurFuncCodeMPAllocator())); in LowerThrow() 393 … *rrNode->CloneTree(mirFunc.GetModule()->GetCurFuncCodeMPAllocator())); in LowerThrow() 398 … BaseNode *newNode = constValNode->CloneTree(mirFunc.GetModule()->GetCurFuncCodeMPAllocator()); in LowerThrow() 408 … BaseNode *newNode = cvtNode->CloneTree(mirFunc.GetModule()->GetCurFuncCodeMPAllocator()); in LowerThrow() [all …]
|
| D | label_creation.cpp | 33 MIRBuilder *mirBuilder = cgFunc->GetFunction().GetModule()->GetMIRBuilder(); in CreateStartEndLabel()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 88 JSHandle<SourceTextModule> mm(thread, moduleNamespace->GetModule()); in GetProperty() 99 JSTaggedValue targetModule = resolvedBind->GetModule(); in GetProperty() 111 JSTaggedValue targetModule = resolvedBind->GetModule(); in GetProperty() 308 JSHandle<SourceTextModule> mm(thread, moduleNamespace->GetModule()); in ValidateKeysAvailable() 318 targetModule = JSHandle<ResolvedBinding>::Cast(binding)->GetModule(); in ValidateKeysAvailable() 320 targetModule = JSHandle<ResolvedIndexBinding>::Cast(binding)->GetModule(); in ValidateKeysAvailable() 336 JSHandle<SourceTextModule> module(thread, nameSpace->GetModule()); in SetModuleDeregisterProcession()
|
| D | js_module_manager.cpp | 51 return currentMethod->GetModule(); in GetCurrentModule() 65 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() 88 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() 112 JSTaggedValue resolvedModule = binding->GetModule(); in GetModuleValueOutterInternal() 138 JSTaggedValue resolvedModule = binding->GetModule(); in GetModuleValueOutterInternal() 249 …e<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule()); in StoreModuleValue() 277 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() 293 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() 315 JSTaggedValue resolvedModule = binding->GetModule(); in GetModuleValueOutterInternal() 335 …e<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule()); in StoreModuleValue() [all …]
|
| D | js_module_deregister.h | 43 JSHandle<SourceTextModule> moduleRecord(thread, nameSp->GetModule()); in ProcessModuleReference()
|
| D | js_module_source_text.cpp | 471 return JSHandle<SourceTextModule>(thread, binding->GetModule()); in GetModuleFromBinding() 474 return JSHandle<SourceTextModule>(thread, binding->GetModule()); in GetModuleFromBinding() 1361 resolvedBinding->GetModule(), resolvedBinding); in GetNativeModuleValue() 1370 resolvedBinding->GetModule(), resolvedBinding); in GetNativeModuleValue() 1561 … if ((!JSTaggedValue::SameValue(resolutionBd->GetModule(), starResolutionBd->GetModule())) || in GetStarResolution() 1569 … if ((!JSTaggedValue::SameValue(resolutionBd->GetModule(), starResolutionBd->GetModule())) || in GetStarResolution() 2052 JSHandle<SourceTextModule> module(thread, fulfilledFunc->GetModule()); in AsyncModuleFulfilledFunc() 2065 JSHandle<SourceTextModule> module(thread, rejectedFunc->GetModule()); in AsyncModuleRejectedFunc()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_compiler.cpp | 147 RunPipeline(static_cast<LLVMModule*>(stubM->GetModule()), &allocator); in BuildStubModuleAndSave() 156 RunPipeline(static_cast<LLVMModule*>(comM->GetModule()), &allocator); in BuildStubModuleAndSave() 166 RunPipeline(static_cast<LLVMModule*>(builtinM->GetModule()), &allocator); in BuildStubModuleAndSave()
|
| D | pass_manager.cpp | 64 ctx_ = new PassContext(triple_, log_, collector_, m->GetModule(), &profilerDecoder_); in Compile() 69 auto module = m->GetModule(); in Compile() 223 PassContext ctx(triple_, log_, &collector, m->GetModule(), &profilerDecoder_); in Compile() 227 auto module = m->GetModule(); in Compile()
|
| D | file_generators.cpp | 505 if (latestModule->GetModule()->GetModuleKind() != MODULE_LLVM) { in CompileLatestModuleThenDestroy() 506 LMIRModule *lmirModule = static_cast<LMIRModule*>(latestModule->GetModule()); in CompileLatestModuleThenDestroy() 508 lmirModule->GetModule()->SetLastModulePC(lastModulePC); in CompileLatestModuleThenDestroy() 523 if (latestModule->GetModule()->GetModuleKind() != MODULE_LLVM) { in CompileLatestModuleThenDestroy() 524 LMIRModule *lmirModule = static_cast<LMIRModule*>(latestModule->GetModule()); in CompileLatestModuleThenDestroy() 525 lastModulePC = lmirModule->GetModule()->GetCurModulePC(); in CompileLatestModuleThenDestroy() 640 if (latestModule->GetModule()->GetModuleKind() != MODULE_LLVM) { in JitCreateLitecgModule() 641 LMIRModule *lmirModule = static_cast<LMIRModule*>(latestModule->GetModule()); in JitCreateLitecgModule()
|
| D | compilation_driver.h | 88 Module *module = GetModule(); in CompileMethod() 160 Module *GetModule(); 388 Module *GetModule(); 409 Module *module = GetModule(); in CompileMethod()
|
| D | compilation_driver.cpp | 67 Module *CompilationDriver::GetModule() in GetModule() function in panda::ecmascript::kungfu::CompilationDriver 283 Module *JitCompilationDriver::GetModule() in GetModule() function in panda::ecmascript::kungfu::JitCompilationDriver
|
| D | file_generators.h | 90 IRModule* GetModule() const in GetModule() function
|
| D | litecg_ir_builder.h | 59 maple::litecg::Module *GetModule() in GetModule() function
|
| D | interpreter_stub.h | 104 inline GateRef GetModule(GateRef sp);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 83 maple::litecg::LiteCG liteCG(*lmirModule.GetModule()); in Run() 85 std::string irFileName = lmirModule.GetModule()->GetFileName() + ".mpl"; in Run()
|
| D | litecg_codegen.h | 52 LMIRModule *GetModule() const in GetModule() function
|
| /arkcompiler/ets_runtime/ecmascript/require/tests/ |
| D | js_cjs_module_cache_test.cpp | 73 newCacheTested->GetModule(fileName.GetTaggedValue())); in HWTEST_F_L0() 105 newCacheTested->GetModule(fileName.GetTaggedValue())); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 416 MIRBuilder *mirBuiler = func->GetModule()->GetMIRBuilder(); in SimplifyToSelect() 497 if (!currFunc->GetModule()->IsCModule() || !symbolConst || !stIdx.IsGlobal() || in ReplaceExprWithConst() 507 return currFunc->GetModule()->GetMIRBuilder()->CreateConstval(symbolConst); in ReplaceExprWithConst() 769 MIRBuilder *mirBuilder = func.GetModule()->GetMIRBuilder(); in BuildAsRhsExpr() 872 MIRBuilder *mirBuilder = func.GetModule()->GetMIRBuilder(); in AddMemsetCallStmt() 890 MIRBuilder *mirBuilder = func.GetModule()->GetMIRBuilder(); in AddResetHandlerIR() 904 MIRBuilder *mirBuilder = func.GetModule()->GetMIRBuilder(); in TryToExtractComplexExpr() 915 auto mirBuilder = func.GetModule()->GetMIRBuilder(); in InsertCheckFailedBranch() 925 MIRBuilder *mirBuilder = func.GetModule()->GetMIRBuilder(); in InsertMemsetCallStmt() 940 MIRBuilder *mirBuilder = func.GetModule()->GetMIRBuilder(); in CreateAndInsertCheckStmt() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.h | 52 static JSTaggedValue GetModule(JSTaggedType *sp);
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.h | 110 inline JSTaggedValue GetModule(const JSTaggedValue &key) in GetModule() function
|
| D | js_cjs_module.cpp | 63 … moduleCache->GetModule(filename.GetTaggedValue())); in SearchFromModuleCache()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 109 JSTaggedValue module = GetModule(); in GetRecordName()
|
| D | js_function.h | 61 JSTaggedValue GetModule() const in GetModule() function 64 return Method::ConstCast(method.GetTaggedObject())->GetModule(); in GetModule()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa_tab.h | 201 MIRModule &GetModule() const in GetModule() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | class_hierarchy.h | 421 const MIRModule *GetModule() const in GetModule() function
|