Home
last modified time | relevance | path

Searched refs:GetModule (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp28 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 …]
Dlabel_creation.cpp33 MIRBuilder *mirBuilder = cgFunc->GetFunction().GetModule()->GetMIRBuilder(); in CreateStartEndLabel()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp88 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()
Djs_module_manager.cpp51 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 …]
Djs_module_deregister.h43 JSHandle<SourceTextModule> moduleRecord(thread, nameSp->GetModule()); in ProcessModuleReference()
Djs_module_source_text.cpp471 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/
Dstub_compiler.cpp147 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()
Dpass_manager.cpp64 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()
Dfile_generators.cpp505 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()
Dcompilation_driver.h88 Module *module = GetModule(); in CompileMethod()
160 Module *GetModule();
388 Module *GetModule();
409 Module *module = GetModule(); in CompileMethod()
Dcompilation_driver.cpp67 Module *CompilationDriver::GetModule() in GetModule() function in panda::ecmascript::kungfu::CompilationDriver
283 Module *JitCompilationDriver::GetModule() in GetModule() function in panda::ecmascript::kungfu::JitCompilationDriver
Dfile_generators.h90 IRModule* GetModule() const in GetModule() function
Dlitecg_ir_builder.h59 maple::litecg::Module *GetModule() in GetModule() function
Dinterpreter_stub.h104 inline GateRef GetModule(GateRef sp);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp83 maple::litecg::LiteCG liteCG(*lmirModule.GetModule()); in Run()
85 std::string irFileName = lmirModule.GetModule()->GetFileName() + ".mpl"; in Run()
Dlitecg_codegen.h52 LMIRModule *GetModule() const in GetModule() function
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp73 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/
Dsimplify.cpp416 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/
Dinterpreter_assembly.h52 static JSTaggedValue GetModule(JSTaggedType *sp);
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h110 inline JSTaggedValue GetModule(const JSTaggedValue &key) in GetModule() function
Djs_cjs_module.cpp63 … moduleCache->GetModule(filename.GetTaggedValue())); in SearchFromModuleCache()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp109 JSTaggedValue module = GetModule(); in GetRecordName()
Djs_function.h61 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/
Dssa_tab.h201 MIRModule &GetModule() const in GetModule() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_hierarchy.h421 const MIRModule *GetModule() const in GetModule() function

12