/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
H A D | ref_updater.h | 32 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 D | ref_updater.cpp | 31 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 D | parallel_evacuator.h | 85 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 D | rset_worklist_handler-inl.h | 32 inline void RSetItem::Process([[maybe_unused]] const Visitor &visitor) in Process() function in panda::ecmascript::RSetItem 84 items_[idx].Process(visitor);
|
H A D | rset_worklist_handler.h | 32 inline void Process(const Visitor &visitor);
|
H A D | parallel_evacuator.cpp | 592 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 D | timing.cpp | 56 void Timing::Process() in Process() function in ark::Timing 76 Process(); in Dump()
|
H A D | thread_pool.h | 40 virtual bool Process(Task &&) = 0; 184 proc->Process(std::move(task)); in Help() 274 proc->Process(std::move(task)); in WorkerEntry()
|
H A D | compiler_thread_pool_worker.cpp | 65 bool CompilerProcessor::Process(CompilerTask &&task) in Process() function in ark::CompilerProcessor
|
H A D | compiler_thread_pool_worker.h | 27 bool Process(CompilerTask &&task) override;
|
H A D | timing.h | 111 void Process();
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
H A D | runner.rb | 117 Process.kill('-TERM', Process.getpgid(pid))
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
H A D | runner.rb | 117 Process.kill('-TERM', Process.getpgid(pid))
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | debug_helpers.cpp | 36 programProcessor.Process(); in GetLineNumber()
|
H A D | debug_info_updater-inl.h | 315 programProcessor.Process(); in Scrap() 346 programProcessor.Process(); in Emit()
|
H A D | line_number_program.h | 132 void Process() in Process() function in ark::panda_file::LineNumberProgramProcessor
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | bit_vector.h | 335 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 D | runtime.py | 114 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 D | gc_workers_thread_pool.cpp | 35 bool GCWorkersProcessor::Process(GCWorkersTask &&task) in Process() function in ark::mem::GCWorkersProcessor
|
H A D | gc_workers_thread_pool.h | 35 bool Process(GCWorkersTask &&task) override;
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | debug_helpers.h | 156 program_processor.Process(); in GetLineNumber()
|
H A D | line_number_program.h | 134 void Process() in Process() function in panda::panda_file::LineNumberProgramProcessor
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | ts2ets_copy.cpp | 395 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 D | aot_compiler.cpp | 170 cPreprocessor.Process(cOptions); in Main()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | debug_info_extractor.cpp | 299 programProcessor.Process(); in ExtractorMethodDebugInfo()
|