Home
last modified time | relevance | path

Searched defs:runner (Results 1 – 12 of 12) 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 panda::test::PandaRunner runner; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py190 def run(self, runner): argument
237 def run(self, runner): argument
412 def run(self, runner): argument
833 def run(self, runner): argument
882 def remove_project(self, runner): argument
889 def get_file_absolute_path_and_name(self, runner): argument
896 def gen_single_abc(self, runner): argument
919 def gen_files_info(self, runner): argument
929 def gen_merged_abc(self, runner): argument
952 def run(self, runner): argument
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.cpp20 Task::Task(TaskProperties properties, RunnerCallback runner) : properties_(properties), runner_(std… in Task()
23 Task Task::Create(TaskProperties properties, RunnerCallback runner) in Create()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp159 PandaRunner runner; in TEST_F() local
322 PandaRunner runner; in TestModifyManyVregs() local
450 PandaRunner runner; in TEST_F() local
540 PandaRunner runner; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_dominance.cpp133 BB *runner = pre; in ComputeDomFrontiers() local
159 BB *runner = pre; in ComputeDomFrontiers() local
374 BB *runner = suc; in ComputePdomFrontiers() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_task_manager_worker.cpp94 auto backgroundTask = [this](compiler::BackgroundCompilerTaskRunner runner) { in BackgroundCompileMethod()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_manager_gc_corner_case_test.cpp93 void LoadForegroundTasks(size_t count, const std::function<void()> &runner) in LoadForegroundTasks()
Dtask_scheduler_test.cpp368 std::function<void(size_t)> runner; in TEST_P() local