Home
last modified time | relevance | path

Searched refs:mgr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_mark.cpp24 AnalysisResult *DoVerifyMark::Run(MIRModule *module, ModuleResultMgr *mgr) in Run() argument
30 auto chaAnalysis = mgr->GetAnalysisResult(MoPhase_CHA, module); in Run()
35 auto verifyAnalysis = mgr->GetAnalysisResult(MoPhase_VERIFICATION, module); in Run()
Dverification.cpp23 AnalysisResult *DoVerification::Run(MIRModule *module, ModuleResultMgr *mgr) in Run() argument
29 auto chaAnalysis = mgr->GetAnalysisResult(MoPhase_CHA, module); in Run()
49 mgr->AddResult(GetPhaseID(), *module, *result); in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverify_mark.h27 AnalysisResult *Run(MIRModule *module, ModuleResultMgr *mgr) override;
Dverification.h125 AnalysisResult *Run(MIRModule *module, ModuleResultMgr *mgr) override;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp822 JSPandaFileManager *mgr = JSPandaFileManager::GetInstance(); in GenerateFuncFromBuffer() local
824 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
829 …JSHandle<Program> program = mgr->GenerateProgram(const_cast<EcmaVM *>(ecmaVm), jsPandaFile.get(), … in GenerateFuncFromBuffer()
839 JsDebuggerManager *mgr = ecmaVm->GetJsDebuggerManager(); in EvaluateViaFuncCall() local
840 bool prevDebugMode = mgr->IsDebugMode(); in EvaluateViaFuncCall()
841 mgr->SetEvalFrameHandler(frameHandler); in EvaluateViaFuncCall()
842 mgr->SetDebugMode(false); // in order to catch exception in EvaluateViaFuncCall()
846 mgr->SetDebugMode(prevDebugMode); in EvaluateViaFuncCall()
848 mgr->SetEvalFrameHandler(nullptr); in EvaluateViaFuncCall()
858 JsDebuggerManager *mgr = ecmaVm->GetJsDebuggerManager(); in CallFunctionOnCall() local
[all …]
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1753 JsDebuggerManager *mgr = vm_->GetJsDebuggerManager(); in CmptEvaluateValue() local
1754 mgr->SetEvalFrameHandler(callFrameHandlers_[callFrameId]); in CmptEvaluateValue()
1756 mgr->SetEvalFrameHandler(nullptr); in CmptEvaluateValue()