Searched refs:processor (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.cpp | 60 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 …]
|
| D | snapshot.h | 70 …e(std::fstream &writer, const JSPandaFile *jsPandaFile, size_t size, SnapshotProcessor &processor);
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | service.cpp | 38 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()
|
| D | service.h | 48 void ReleaseProcessor(TaskProcessor *processor);
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.cpp | 182 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/ |
| D | common.cmake | 36 message(FATAL_ERROR "Unsupported host processor ${CMAKE_HOST_SYSTEM_PROCESSOR}")
|
| /arkcompiler/runtime_core/static_core/cmake/toolchain/ |
| D | common.cmake | 36 message(FATAL_ERROR "Unsupported host processor ${CMAKE_HOST_SYSTEM_PROCESSOR}")
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | memory-management-SW-requirements.md | 41 Reference processor.
|
| D | memory-management.md | 417 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
|
| D | ir_format.md | 263 …ntainer, such as array or vector, thereby elements much more likely will be in the processor cache.
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 41 Reference processor.
|
| D | memory-management.md | 417 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
|
| D | ir_format.md | 254 …ntainer, such as array or vector, thereby elements much more likely will be in the processor cache.
|
| /arkcompiler/toolchain/build/config/ |
| D | arm.gni | 20 # Version of the ARM processor when compiling on ARM. Ignored on non-ARM
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | scheduler_doc.md | 8 When instructions are executed on CPU they may stall the processor pipeline when input registers ar…
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 84649 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 …]
|