/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | arena_allocator.h | 117 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 D | arena_allocator.cpp | 118 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 D | arena-inl.h | 129 inline void Arena::Resize(size_t new_size) in Resize() function in panda::Arena 139 Resize(0); in Reset()
|
H A D | arena.h | 117 void Resize(size_t new_size);
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | arena_allocator.h | 115 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 D | arena_allocator.cpp | 113 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 D | arena-inl.h | 129 inline void Arena::Resize(size_t newSize) in Resize() function in ark::Arena 139 Resize(0); in Reset()
|
H A D | arena.h | 99 void Resize(size_t newSize);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | combined_pass_visitor.cpp | 24 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 D | combined_pass_visitor.h | 30 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 D | containers_bitvector.h | 31 static JSTaggedValue Resize(EcmaRuntimeCallInfo* argv);
|
/arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
H A D | inst_generator_test.cpp | 78 graphCreator_.GetAllocator()->Resize(0); in GenerateOp() 127 graphCreator_.GetAllocator()->Resize(0); in GenerateIntrinsic()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_hash_array.h | 42 static JSHandle<TaggedHashArray> Resize(JSThread *thread, const JSHandle<TaggedHashArray> &oldTab,
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_base.h | 77 stack_mask_.Resize(slots_count); in SetSlotsCount()
|
H A D | location_mask.h | 47 void Resize(size_t size) in Resize() function in panda::compiler::LocationMask
|
H A D | reg_alloc_base.cpp | 49 GetRegMask().Resize(regs_count); in RegAllocBase()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | arena_test.cpp | 76 arena->Resize(alloc_size); in ResizeAndResetTestImplementation()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | location_mask.h | 44 void Resize(size_t size) in Resize() function in ark::compiler::LocationMask
|
H A D | reg_alloc_base.h | 78 stackMask_.Resize(slotsCount); in SetSlotsCount()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | arena_test.cpp | 80 arena->Resize(allocSize); in ResizeAndResetTestImplementation()
|
/arkcompiler/runtime_core/compiler/optimizer/ |
H A D | pass_manager.h | 102 GetLocalAllocator()->Resize(local_mem_size_before); in RunPass()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ |
H A D | pass_manager.h | 111 GetLocalAllocator()->Resize(localMemSizeBefore); in RunPass()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_hashset.cpp | 63 hashArray = TaggedHashArray::Resize(thread, hashArray, hashArray->GetLength()); in Add()
|
H A D | js_api_bitvector.h | 46 static void Resize(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int capacity);
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | reg_alloc_graph_coloring_new_test.cpp | 169 regalloc.GetRegMask().Resize(VIRTUAL_FRAME_SIZE); in HWTEST_F() 170 regalloc.GetVRegMask().Resize(fp_reg_count); in HWTEST_F()
|