Searched refs:mgr (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
D | verify_mark.cpp | 24 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()
|
D | verification.cpp | 23 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/ |
D | verify_mark.h | 27 AnalysisResult *Run(MIRModule *module, ModuleResultMgr *mgr) override;
|
D | verification.h | 125 AnalysisResult *Run(MIRModule *module, ModuleResultMgr *mgr) override;
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 822 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/ |
D | debugger_impl.cpp | 1753 JsDebuggerManager *mgr = vm_->GetJsDebuggerManager(); in CmptEvaluateValue() local 1754 mgr->SetEvalFrameHandler(callFrameHandlers_[callFrameId]); in CmptEvaluateValue() 1756 mgr->SetEvalFrameHandler(nullptr); in CmptEvaluateValue()
|