/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | devirt.cpp | 44 auto allocate = llvm::dyn_cast<llvm::CallInst>(thisArg); in GetObjectClassId() local 46 if (allocate == nullptr || allocate->arg_size() == 0) { in GetObjectClassId() 49 auto loadAndInit = llvm::dyn_cast<llvm::CallInst>(allocate->getArgOperand(0)); in GetObjectClassId()
|
/arkcompiler/runtime_core/static_core/verification/ |
H A D | verification_options.cpp | 31 debug.methodOptions = new (mem::AllocatorAdapter<MethodOptionsConfig>().allocate(1)) MethodOptionsConfig {}; in Initialize()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | thread.h | 132 storage_ = allocator_.allocate(DEFAULT_CAPACITY); in LockedObjectList() 208 LockedObjectInfo *newStorage = allocator_.allocate(newCapacity); in ExtendIfNeeded()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | caddress_allocator.h | 73 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() function in panda::ecmascript::CAddressAllocator
|
H A D | chunk_allocator.h | 84 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() function in panda::ecmascript::ChunkAllocator
|
/arkcompiler/runtime_core/static_core/verification/cache/ |
H A D | results_cache.cpp | 87 impl_ = new (mem::AllocatorAdapter<Impl>().allocate(1)) Impl {filename, data.cbegin(), data.cend()}; in Initialize()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | arena_allocator_stl_adapter.h | 119 pointer allocate(size_type n, in allocate() function in panda::ArenaAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | arena_allocator_stl_adapter.h | 123 pointer allocate(size_type n, in allocate() function in ark::ArenaAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
H A D | sp_sc_lock_free_queue.h | 31 * @tparam Allocator: Type of allocator that will be used to allocate nodes 140 auto *mem = allocator.allocate(1U); in GetNewQueueNode()
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | allocator_adapter.h | 110 pointer allocate(size_type size, [[maybe_unused]] const void *hint = nullptr) in allocate() function in ark::mem::AllocatorAdapter
|
H A D | runslots_allocator_stl_adapter.h | 135 pointer allocate(size_type n, in allocate() function in ark::mem::RunSlotsAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
H A D | task_queue.h | 52 auto *mem = allocator.allocate(1U); in Create()
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | bit_vector.h | 164 explicit BitVector(size_t sz) : size_ {sz}, data_ {Allocator().allocate(SizeInWords())} in BitVector() 623 Word *newData = allocator.allocate(newSizeInWords); 717 data_ = Allocator().allocate(sizeInWords);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
H A D | mempool_allocator.h | 274 pointer allocate(size_type n) in allocate() function in maple::MapleAllocatorAdapter
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_hcr_lowering.cpp | 1620 Label allocate(&builder_); in LowerTypedSuperAllocateThis() 1624 BRANCH_CIR(isBase, &allocate, &exit); in LowerTypedSuperAllocateThis() 1625 builder_.Bind(&allocate); in LowerTypedSuperAllocateThis()
|