| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_irtoc_compiler.cpp | 50 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 D | function.cpp | 55 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 D | regfile.cpp | 35 Aarch32RegisterDescription::Aarch32RegisterDescription(ArenaAllocator *allocator) in Aarch32RegisterDescription() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.h | 64 auto allocator = graph->GetLocalAllocator(); in Init() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| H A D | sp_sc_lock_free_queue.h | 139 QueueNodeAllocatorType allocator; in GetNewQueueNode() local 147 QueueNodeAllocatorType allocator; in DeleteQueueNode() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_itable_builder.cpp | 54 auto allocator = classLinker->GetAllocator(); in LinearizeITable() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| H A D | ets_reference.h | 98 EtsReferenceStorage(mem::GlobalObjectStorage *globalStorage, mem::InternalAllocatorPtr allocator, in EtsReferenceStorage() argument
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine.cpp | 27 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 D | compiler_queue_counter_priority.h | 78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue() argument
|
| H A D | mt_thread_manager.cpp | 29 MTThreadManager::MTThreadManager(mem::InternalAllocatorPtr allocator) : threads_(allocator->Adapter()) in MTThreadManager() argument
|
| H A D | signal_handler.h | 128 explicit SignalManager(mem::InternalAllocatorPtr allocator) : allocator_(allocator) {} in SignalManager() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| H A D | stw-gc.cpp | 43 InternalAllocatorPtr allocator = this->GetInternalAllocator(); in InitializeImpl() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | pygote_space_allocator-inl.h | 46 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in ~PygoteSpaceAllocator() local 201 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in CreateLiveBitmap() local [all...] |
| H A D | internal_allocator.cpp | 297 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 D | regexp_executor.h | 60 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in ~RegExpExecutor() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | bump_allocator_test.cpp | 74 void AllocInCommonBuffer(NonObjectBumpAllocator<true> &allocator, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInCommonBuffer() argument [all...] |
| H A D | mem_stats_gc_test.cpp | 91 auto allocator = classLinker->GetAllocator(); in MemStatsTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_barrier_set.h | 30 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 D | gc_adaptive_stack_inl.h | 36 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 D | global_object_storage.cpp | 31 GlobalObjectStorage::GlobalObjectStorage(mem::InternalAllocatorPtr allocator, size_t maxSize, bool enableSizeCheck) in GlobalObjectStorage() argument
|
| /arkcompiler/runtime_core/static_core/verification/ |
| H A D | public.cpp | 57 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 D | entityDeclarator.cpp | 75 auto *allocator = checker->Allocator(); in CreateIrImport() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | methodDefinition.h | 42 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 D | interfaceType.cpp | 143 Type *InterfaceType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | type.cpp | 125 Type *Type::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
|