Home
last modified time | relevance | path

Searched refs:Process (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dref_updater.h32 Process(object, offset, forwarded); in operator ()()
43 virtual void Process(ObjectHeader *object, size_t offset, ObjectHeader *ref) const = 0;
62 void Process(ObjectHeader *object, size_t offset, ObjectHeader *ref) const override;
75 void Process(ObjectHeader *object, size_t offset, ObjectHeader *ref) const override
H A Dref_updater.cpp31 void UpdateRemsetRefUpdater<LanguageConfig, NEED_LOCK>::Process(ObjectHeader *object, size_t offset, in Process() function in ark::mem::UpdateRemsetRefUpdater
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_evacuator.h85 virtual bool Process(bool isMain) = 0;
131 bool Process(bool isMain) override;
139 bool Process(bool isMain) override;
148 bool Process(bool isMain) override;
156 bool Process(bool isMain) override;
166 bool Process(bool isMain) override;
H A Drset_worklist_handler-inl.h32 inline void RSetItem::Process([[maybe_unused]] const Visitor &visitor) in Process() function in panda::ecmascript::RSetItem
84 items_[idx].Process(visitor);
H A Drset_worklist_handler.h32 inline void Process(const Visitor &visitor);
H A Dparallel_evacuator.cpp592 region->Process(isMain); in ProcessWorkloads()
704 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::EvacuateWorkload
709 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateRSetWorkload
719 bool ParallelEvacuator::UpdateNewToEdenRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateNewToEdenRSetWorkload
726 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateNewRegionWorkload
736 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateAndSweepNewRegionWorkload
/arkcompiler/runtime_core/static_core/runtime/
H A Dtiming.cpp56 void Timing::Process() in Process() function in ark::Timing
76 Process(); in Dump()
H A Dthread_pool.h40 virtual bool Process(Task &&) = 0;
184 proc->Process(std::move(task)); in Help()
274 proc->Process(std::move(task)); in WorkerEntry()
H A Dcompiler_thread_pool_worker.cpp65 bool CompilerProcessor::Process(CompilerTask &&task) in Process() function in ark::CompilerProcessor
H A Dcompiler_thread_pool_worker.h27 bool Process(CompilerTask &&task) override;
H A Dtiming.h111 void Process();
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
H A Drunner.rb117 Process.kill('-TERM', Process.getpgid(pid))
/arkcompiler/runtime_core/tests/cts-generator/runner/
H A Drunner.rb117 Process.kill('-TERM', Process.getpgid(pid))
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_helpers.cpp36 programProcessor.Process(); in GetLineNumber()
H A Ddebug_info_updater-inl.h315 programProcessor.Process(); in Scrap()
346 programProcessor.Process(); in Emit()
H A Dline_number_program.h132 void Process() in Process() function in ark::panda_file::LineNumberProgramProcessor
/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h335 void Process(size_t from, size_t to, Handler handler)
372 Process(from, to, [](auto, auto) { return static_cast<Word>(0); });
377 Process(from, to, [](auto, auto) { return MAX_WORD; });
382 Process(from, to, [](auto val, auto) { return ~val; });
386 void Process(const BitVector &rhs,
406 Process(rhs, [](const auto l, const auto r) { return l & r; });
415 Process(rhs, [](const auto l, const auto r) { return l | r; });
424 Process(rhs, [](const auto l, const auto r) { return l ^ r; });
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Druntime.py114 process: trio.Process,
279 process: trio.Process = await trio.lowlevel.open_process(
299 async def _runtime_wait_task(process: trio.Process):
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_thread_pool.cpp35 bool GCWorkersProcessor::Process(GCWorkersTask &&task) in Process() function in ark::mem::GCWorkersProcessor
H A Dgc_workers_thread_pool.h35 bool Process(GCWorkersTask &&task) override;
/arkcompiler/runtime_core/libpandafile/
H A Ddebug_helpers.h156 program_processor.Process(); in GetLineNumber()
H A Dline_number_program.h134 void Process() in Process() function in panda::panda_file::LineNumberProgramProcessor
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp395 void Process() in Process() function in ark::ets::interop::js::final
582 void Process() in Process() function in final
660 ets2js.Process(); in GetJsRef()
688 js2ets.Process(); in GetArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp170 cPreprocessor.Process(cOptions); in Main()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp299 programProcessor.Process(); in ExtractorMethodDebugInfo()

Completed in 18 milliseconds

12