Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dcallback_queue.h52 virtual void Process() {} in Process() function
/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 ark::mem::UpdateRemsetRefUpdater
Dref_updater.h75 void Process(ObjectHeader *object, size_t offset, ObjectHeader *ref) const override in Process() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoro_callback_queue.h28 void Process() override in Process() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp65 bool CompilerProcessor::Process(CompilerTask &&task) in Process() function in ark::CompilerProcessor
Dtiming.cpp56 void Timing::Process() in Process() function in ark::Timing
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_thread_pool.cpp35 bool GCWorkersProcessor::Process(GCWorkersTask &&task) in Process() function in ark::mem::GCWorkersProcessor
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp600 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::EvacuateWorkload
605 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateRSetWorkload
615 bool ParallelEvacuator::UpdateNewToEdenRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateNewToEdenRSetWorkload
622 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateNewRegionWorkload
632 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() function in panda::ecmascript::ParallelEvacuator::UpdateAndSweepNewRegionWorkload
Drset_worklist_handler-inl.h32 inline void RSetItem::Process([[maybe_unused]] const Visitor &visitor) in Process() function
/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.cpp395 void Process() in Process() function in ark::ets::interop::js::JsToEtsArgsConvertor
582 void Process() in Process() function in ark::ets::interop::js::EtsToJsRetConvertor
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp158 bool Process(MockTask &&task) override in Process() function in ark::test::MockProcessor
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp186 void AotCompilerPreprocessor::Process(CompilationOptions &cOptions) in Process() function in panda::ecmascript::kungfu::AotCompilerPreprocessor