Home
last modified time | relevance | path

Searched defs:runner (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp94 PandaRunner runner; in TEST_F() local
109 PandaRunner runner; in TEST_F() local
147 PandaRunner runner; in TEST_F() local
161 PandaRunner runner; in TEST_F() local
198 PandaRunner runner; in TEST_F() local
254 PandaRunner runner; in TEST_F() local
270 PandaRunner runner; in TEST_F() local
287 PandaRunner runner; in TEST_F() local
337 PandaRunner runner; in TEST_F() local
390 PandaRunner runner; in TEST_F() local
[all …]
Dprofiling_runner_test.cpp63 PandaRunner runner; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp102 PandaRunner runner; in TEST_F() local
117 PandaRunner runner; in TEST_F() local
155 PandaRunner runner; in TEST_F() local
169 PandaRunner runner; in TEST_F() local
206 PandaRunner runner; in TEST_F() local
262 PandaRunner runner; in TEST_F() local
278 PandaRunner runner; in TEST_F() local
295 PandaRunner runner; in TEST_F() local
346 PandaRunner runner; in TEST_F() local
400 PandaRunner runner; in TEST_F() local
[all …]
Dprofiling_runner_test.cpp62 PandaRunner runner; in TEST_F() local
78 PandaRunner runner; in TEST_F() local
Dcodegen_runner_test.cpp355 ark::test::PandaRunner runner; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py217 def run(self, runner): argument
283 def run(self, runner): argument
317 def run(self, runner): argument
496 def run(self, runner): argument
612 def execute_arkguard(self, runner): argument
637 def run(self, runner): argument
727 def remove_project(self, runner): argument
736 def get_file_absolute_path_and_name(self, runner): argument
743 def gen_single_abc(self, runner): argument
781 def collect_abc_inputs(self, runner): argument
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp161 PandaRunner runner; in TEST_F() local
363 PandaRunner runner; in TestModifyManyVregs() local
467 PandaRunner runner; in TEST_F() local
557 PandaRunner runner; in TEST_F() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Drun.py120 runner = VmbRunner(arg) variable
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_task.h49 …DaemonTask(JSThread *thread, DaemonTaskType taskType, DaemonTaskGroup taskGroup, TaskRunner runner) in DaemonTask()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_task_manager_worker.cpp94 auto backgroundTask = [this](compiler::BackgroundCompilerTaskRunner runner) { in BackgroundCompileMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_dominance.cpp144 BB *runner = pre; in ComputeDomFrontiers() local
170 BB *runner = pre; in ComputeDomFrontiers() local
408 BB *runner = suc; in ComputePdomFrontiers() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.cpp43 Task Task::Create(TaskProperties properties, RunnerCallback runner) in Create()
Dtask.h235 …Task(TaskProperties properties, RunnerCallback runner) : properties_(properties), runner_(std::mov… in Task()
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_service.cpp77 auto runner = AppExecFwk::EventRunner::Create(TASK_ID); in Init() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_manager_gc_corner_case_test.cpp92 void LoadForegroundTasks(size_t count, const std::function<void()> &runner) in LoadForegroundTasks()
Dtask_scheduler_test.cpp358 std::function<void(size_t)> runner; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/size_statistics/
Dsize_statistics.py129 def run(self, runner): argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp193 auto runner = ASTVerificationRunner(*context.allocator, context); in RunVerifierAndPhases() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h301 auto runner = pre; in ComputeDomFrontiers() local