Home
last modified time | relevance | path

Searched refs:Resize (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator.h117 void Resize(size_t new_size);
152 void Resize(size_t new_size) in Resize() function in panda::ArenaAllocatorT::OnStackBuffT
176 void Resize(size_t new_size) in Resize() function in panda::ArenaAllocatorT::OnStackBuffT
225 allocator_->Resize(old_size_); in ~ArenaResizeWrapper()
H A Darena_allocator.cpp118 void ArenaAllocatorT<use_oom_handler>::Resize(size_t new_size) in Resize() function in panda::ArenaAllocatorT
140 arenas_->Resize(cur_arena_size - bytes_to_delete); in Resize()
147 buff_.Resize(stack_size - bytes_to_delete); in Resize()
H A Darena-inl.h129 inline void Arena::Resize(size_t new_size) in Resize() function in panda::Arena
139 Resize(0); in Reset()
H A Darena.h117 void Resize(size_t new_size);
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator.h115 PANDA_PUBLIC_API void Resize(size_t newSize);
150 void Resize(size_t newSize) in Resize() function in ark::ArenaAllocatorT::OnStackBuffT
174 void Resize(size_t newSize) in Resize() function in ark::ArenaAllocatorT::OnStackBuffT
223 allocator_->Resize(oldSize_); in ~ArenaResizeWrapper()
H A Darena_allocator.cpp113 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize() function in ark::ArenaAllocatorT
135 arenas_->Resize(curArenaSize - bytesToDelete); in Resize()
142 buff_.Resize(stackSize - bytesToDelete); in Resize()
H A Darena-inl.h129 inline void Arena::Resize(size_t newSize) in Resize() function in ark::Arena
139 Resize(0); in Reset()
H A Darena.h99 void Resize(size_t newSize);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcombined_pass_visitor.cpp24 Resize(id + 1, -1); in GetGateOrder()
33 Resize(id + 1, -1); in SetGateOrder()
38 void CombinedPassVisitor::Resize(int32_t size, int32_t num) in Resize() function in panda::ecmascript::kungfu::CombinedPassVisitor
122 Resize(circuit_->GetMaxGateId() + 1, -1); in VisitGraph()
H A Dcombined_pass_visitor.h30 virtual void Resize(int32_t size, int32_t num) = 0;
72 void Resize(int32_t size, int32_t num) override;
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.h31 static JSTaggedValue Resize(EcmaRuntimeCallInfo* argv);
/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
H A Dinst_generator_test.cpp78 graphCreator_.GetAllocator()->Resize(0); in GenerateOp()
127 graphCreator_.GetAllocator()->Resize(0); in GenerateIntrinsic()
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_array.h42 static JSHandle<TaggedHashArray> Resize(JSThread *thread, const JSHandle<TaggedHashArray> &oldTab,
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.h77 stack_mask_.Resize(slots_count); in SetSlotsCount()
H A Dlocation_mask.h47 void Resize(size_t size) in Resize() function in panda::compiler::LocationMask
H A Dreg_alloc_base.cpp49 GetRegMask().Resize(regs_count); in RegAllocBase()
/arkcompiler/runtime_core/libpandabase/tests/
H A Darena_test.cpp76 arena->Resize(alloc_size); in ResizeAndResetTestImplementation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dlocation_mask.h44 void Resize(size_t size) in Resize() function in ark::compiler::LocationMask
H A Dreg_alloc_base.h78 stackMask_.Resize(slotsCount); in SetSlotsCount()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Darena_test.cpp80 arena->Resize(allocSize); in ResizeAndResetTestImplementation()
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager.h102 GetLocalAllocator()->Resize(local_mem_size_before); in RunPass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager.h111 GetLocalAllocator()->Resize(localMemSizeBefore); in RunPass()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset.cpp63 hashArray = TaggedHashArray::Resize(thread, hashArray, hashArray->GetLength()); in Add()
H A Djs_api_bitvector.h46 static void Resize(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int capacity);
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_graph_coloring_new_test.cpp169 regalloc.GetRegMask().Resize(VIRTUAL_FRAME_SIZE); in HWTEST_F()
170 regalloc.GetVRegMask().Resize(fp_reg_count); in HWTEST_F()

Completed in 12 milliseconds

12