Home
last modified time | relevance | path

Searched defs:compilerCtx (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp173 taskRunner.AddCallbackOnSuccess([]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
176 taskRunner.AddCallbackOnFail([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
192 CompilerContext<RUNNER_MODE> &compilerCtx) in CheckCompilation()
252 taskRunner.AddFinalize([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
267 arch](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
273 [](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.SetCompilationStatus(false); }); in JITCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp98 …[](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.GetGraph()->GetPassManager()->Finalize… in Run()
146 …Runner.AddCallbackOnFail([fatalOnErr]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunRegAllocAndCodeGenPass()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp74 auto &compilerCtx = taskRunner.GetContext(); in InPlaceCompileMethod() local
Dcompiler_task_manager_worker.cpp73 auto &compilerCtx = taskRunner.GetContext(); in BackgroundCompileMethod() local
Dcompiler.cpp865 taskRunner.AddFinalize([](compiler::CompilerContext<RUNNER_MODE> &compilerCtx) { in StartCompileMethod()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp75 … [&success]([[maybe_unused]] compiler::InPlaceCompilerContext &compilerCtx) { success = false; }); in Compile()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp678 … [&graph = ctx->graph](InPlaceCompilerContext &compilerCtx) { graph = compilerCtx.GetGraph(); }); in CompileInGraph()
681 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in CompileInGraph()
769 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in RunOptimizations()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp261 void VariableScope::CheckDirectEval(compiler::CompilerContext *compilerCtx) in CheckDirectEval()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp1099 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in TEST_F()
1150 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in TEST_F()