Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp60 SnapshotProcessor processor(vm_); in Serialize() local
61 processor.Initialize(); in Serialize()
67 processor.SetProgramSerializeStart(); in Serialize()
70 processor.EncodeTaggedObject(objectHeader, &objectQueue, &data); in Serialize()
72 processor.ProcessObjectQueue(&objectQueue, &data); in Serialize()
73 WriteToFile(writer, jsPandaFile, rootObjSize, processor); in Serialize()
89 SnapshotProcessor processor(vm_); in Serialize() local
90 processor.Initialize(); in Serialize()
97 processor.EncodeTaggedObjectRange(start, end, &objectQueue, &data); in Serialize()
100 processor.ProcessObjectQueue(&objectQueue, &data); in Serialize()
[all …]
Dsnapshot.h70 …e(std::fstream &writer, const JSPandaFile *jsPandaFile, size_t size, SnapshotProcessor &processor);
/arkcompiler/runtime_core/static_core/verification/jobs/
Dservice.cpp38 for (auto *processor : langData->queue) { in Destroy() local
39 allocator_->Delete<TaskProcessor>(processor); in Destroy()
64 void VerifierService::ReleaseProcessor(TaskProcessor *processor) in ReleaseProcessor() argument
67 auto lang = processor->GetLang(); in ReleaseProcessor()
69 processors_.at(lang).queue.push_back(processor); in ReleaseProcessor()
Dservice.h48 void ReleaseProcessor(TaskProcessor *processor);
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp182 auto *processor = service->verifierService->GetProcessor(lang); in Verify() local
184 if (processor == nullptr) { in Verify()
200 bool result = job.DoChecks(processor->GetTypeSystem()); in Verify()
204 service->verifierService->ReleaseProcessor(processor); in Verify()
/arkcompiler/runtime_core/cmake/toolchain/
Dcommon.cmake36 message(FATAL_ERROR "Unsupported host processor ${CMAKE_HOST_SYSTEM_PROCESSOR}")
/arkcompiler/runtime_core/static_core/cmake/toolchain/
Dcommon.cmake36 message(FATAL_ERROR "Unsupported host processor ${CMAKE_HOST_SYSTEM_PROCESSOR}")
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management-SW-requirements.md41 Reference processor.
Dmemory-management.md417 1. Concurrent Marking + Reference processor
422 Reference processor - prevents issues with wrong finalization order.
456 1. Marking young gen + Reference processor + moving alive objects to the tenured space
464 1. Concurrent marking + Reference processor
482 1. Concurrent Marking + Reference processor
Dir_format.md263 …ntainer, such as array or vector, thereby elements much more likely will be in the processor cache.
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md41 Reference processor.
Dmemory-management.md417 1. Concurrent Marking + Reference processor
422 Reference processor - prevents issues with wrong finalization order.
456 1. Marking young gen + Reference processor + moving alive objects to the tenured space
464 1. Concurrent marking + Reference processor
482 1. Concurrent Marking + Reference processor
Dir_format.md254 …ntainer, such as array or vector, thereby elements much more likely will be in the processor cache.
/arkcompiler/toolchain/build/config/
Darm.gni20 # Version of the ARM processor when compiling on ARM. Ignored on non-ARM
/arkcompiler/runtime_core/static_core/compiler/docs/
Dscheduler_doc.md8 When instructions are executed on CPU they may stall the processor pipeline when input registers ar…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js84649 const i = t.particleSystem.processor.getInfo().renderMode;
84657 const n = t.particleSystem.processor.getInfo().renderMode;
87139 this._particleSystem && this._particleSystem.processor.updateRenderMode();
87147 this._particleSystem && this._particleSystem.processor.updateMaterialParams();
87154 this._particleSystem && this._particleSystem.processor.updateMaterialParams();
87161 this._particleSystem && this._particleSystem.processor.setVertexAttributes();
87224 this._particleSystem.processor.updateAlignSpace(this._alignSpace);
87232 if (this._particleSystem.processor) F(6034); else {
87233 this._particleSystem.processor = e ? new yht(this) : new Qlt(this);
87234 this._particleSystem.processor.updateAlignSpace(this.alignSpace);
[all …]