Home
last modified time | relevance | path

Searched defs:allocator (Results 526 - 550 of 1232) sorted by relevance

1...<<21222324252627282930>>...50

/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_irtoc_compiler.cpp50 LLVMIrtocCompiler::LLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, ark::ArenaAllocator *allocator, in LLVMIrtocCompiler() argument
44 CreateLLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, ark::ArenaAllocator *allocator, ark::Arch arch) CreateLLVMIrtocCompiler() argument
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.cpp55 Function::Result Function::Compile(Arch arch, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in Compile() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dregfile.cpp35 Aarch32RegisterDescription::Aarch32RegisterDescription(ArenaAllocator *allocator) in Aarch32RegisterDescription() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.h64 auto allocator = graph->GetLocalAllocator(); in Init() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_sc_lock_free_queue.h139 QueueNodeAllocatorType allocator; in GetNewQueueNode() local
147 QueueNodeAllocatorType allocator; in DeleteQueueNode() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp54 auto allocator = classLinker->GetAllocator(); in LinearizeITable() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference.h98 EtsReferenceStorage(mem::GlobalObjectStorage *globalStorage, mem::InternalAllocatorPtr allocator, in EtsReferenceStorage() argument
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine.cpp27 mem::InternalAllocatorPtr allocator = runtime->GetInternalAllocator(); in Create() local
35 Coroutine::Coroutine(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *vm, in Coroutine() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_counter_priority.h78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue() argument
H A Dmt_thread_manager.cpp29 MTThreadManager::MTThreadManager(mem::InternalAllocatorPtr allocator) : threads_(allocator->Adapter()) in MTThreadManager() argument
H A Dsignal_handler.h128 explicit SignalManager(mem::InternalAllocatorPtr allocator) : allocator_(allocator) {} in SignalManager() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
H A Dstw-gc.cpp43 InternalAllocatorPtr allocator = this->GetInternalAllocator(); in InitializeImpl() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dpygote_space_allocator-inl.h46 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in ~PygoteSpaceAllocator() local
201 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in CreateLiveBitmap() local
[all...]
H A Dinternal_allocator.cpp297 SetUpLocalInternalAllocator( Allocator *allocator) SetUpLocalInternalAllocator() argument
314 FinalizeLocalInternalAllocator( InternalAllocator::LocalSmallObjectAllocator *localAllocator, Allocator *allocator) FinalizeLocalInternalAllocator() argument
340 InitInternalAllocatorFromRuntime(Allocator *allocator) InitInternalAllocatorFromRuntime() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h60 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in ~RegExpExecutor() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbump_allocator_test.cpp74 void AllocInCommonBuffer(NonObjectBumpAllocator<true> &allocator, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInCommonBuffer() argument
[all...]
H A Dmem_stats_gc_test.cpp91 auto allocator = classLinker->GetAllocator(); in MemStatsTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_barrier_set.h30 GCBarrierSet(mem::InternalAllocatorPtr allocator, BarrierType preType, BarrierType postType) in GCBarrierSet() argument
120 explicit GCDummyBarrierSet(mem::InternalAllocatorPtr allocator) in GCDummyBarrierSet() argument
144 GCGenBarrierSet(mem::InternalAllocatorPtr allocator, in GCGenBarrierSet() argument
196 GCG1BarrierSet(mem::InternalAllocatorPtr allocator, in GCG1BarrierSet() argument
H A Dgc_adaptive_stack_inl.h36 auto allocator = gc_->GetInternalAllocator(); in GCAdaptiveStack() local
85 auto allocator = gc_->GetInternalAllocator(); in PushToStack() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.cpp31 GlobalObjectStorage::GlobalObjectStorage(mem::InternalAllocatorPtr allocator, size_t maxSize, bool enableSizeCheck) in GlobalObjectStorage() argument
/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp57 Service *CreateService(Config const *config, ark::mem::InternalAllocatorPtr allocator, ClassLinker *linker, in CreateService() argument
79 auto allocator = service->allocator; in DestroyService() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp75 auto *allocator = checker->Allocator(); in CreateIrImport() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DmethodDefinition.h42 MethodDefinition(MethodDefinitionKind const kind, Expression *const key, Expression *const value, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) MethodDefinition() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DinterfaceType.cpp143 Type *InterfaceType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dtype.cpp125 Type *Type::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument

Completed in 14 milliseconds

1...<<21222324252627282930>>...50