Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dref_updater.cpp31 void UpdateRemsetRefUpdater<LanguageConfig, NEED_LOCK>::Process(ObjectHeader *object, size_t offset, in Process() function in panda::mem::UpdateRemsetRefUpdater
Dref_updater.h74 void Process(ObjectHeader *object, size_t offset, ObjectHeader *ref) const override in Process() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp65 bool CompilerProcessor::Process(CompilerTask &&task) in Process() function in panda::CompilerProcessor
Dtiming.cpp56 void Timing::Process() in Process() function in panda::Timing
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_thread_pool.cpp35 bool GCWorkersProcessor::Process(GCWorkersTask &&task) in Process() function in panda::mem::GCWorkersProcessor
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp492 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::EvacuateWorkload
497 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateRSetWorkload
503 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateNewRegionWorkload
509 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateAndSweepNewRegionWorkload
/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h131 void Process() in Process() function
/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h134 void Process() in Process() function
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h335 void Process(size_t from, size_t to, Handler handler) in Process() function
386 void Process(const BitVector &rhs, in Process() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp389 void Process() in Process() function in panda::ets::interop::js::JsToEtsArgsConvertor
576 void Process() in Process() function in panda::ets::interop::js::EtsToJsRetConvertor
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp156 bool Process(MockTask &&task) override in Process() function in panda::test::MockProcessor