Home
last modified time | relevance | path

Searched refs:allocate (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Ddevirt.cpp44 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 Dverification_options.cpp31 debug.methodOptions = new (mem::AllocatorAdapter<MethodOptionsConfig>().allocate(1)) MethodOptionsConfig {}; in Initialize()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread.h132 storage_ = allocator_.allocate(DEFAULT_CAPACITY); in LockedObjectList()
208 LockedObjectInfo *newStorage = allocator_.allocate(newCapacity); in ExtendIfNeeded()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dcaddress_allocator.h73 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() function in panda::ecmascript::CAddressAllocator
H A Dchunk_allocator.h84 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 Dresults_cache.cpp87 impl_ = new (mem::AllocatorAdapter<Impl>().allocate(1)) Impl {filename, data.cbegin(), data.cend()}; in Initialize()
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h119 pointer allocate(size_type n, in allocate() function in panda::ArenaAllocatorAdapter
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h123 pointer allocate(size_type n, in allocate() function in ark::ArenaAllocatorAdapter
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_sc_lock_free_queue.h31 * @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 Dallocator_adapter.h110 pointer allocate(size_type size, [[maybe_unused]] const void *hint = nullptr) in allocate() function in ark::mem::AllocatorAdapter
H A Drunslots_allocator_stl_adapter.h135 pointer allocate(size_type n, in allocate() function in ark::mem::RunSlotsAllocatorAdapter
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue.h52 auto *mem = allocator.allocate(1U); in Create()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h164 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 Dmempool_allocator.h274 pointer allocate(size_type n) in allocate() function in maple::MapleAllocatorAdapter
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp1620 Label allocate(&builder_); in LowerTypedSuperAllocateThis()
1624 BRANCH_CIR(isBase, &allocate, &exit); in LowerTypedSuperAllocateThis()
1625 builder_.Bind(&allocate); in LowerTypedSuperAllocateThis()

Completed in 14 milliseconds