Home
last modified time | relevance | path

Searched defs:Resize (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h150 void Resize(size_t newSize) in Resize() function
174 void Resize(size_t newSize) in Resize() function
Darena_allocator.cpp114 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize() function in ark::ArenaAllocatorT
Darena-inl.h129 inline void Arena::Resize(size_t newSize) in Resize() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h152 void Resize(size_t new_size) in Resize() function
176 void Resize(size_t new_size) in Resize() function
Darena_allocator.cpp120 void ArenaAllocatorT<use_oom_handler>::Resize(size_t new_size) in Resize() function in panda::ArenaAllocatorT
Darena-inl.h129 inline void Arena::Resize(size_t new_size) in Resize() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h47 void Resize(size_t size) in Resize() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h45 void Resize(size_t size) in Resize() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcombined_pass_visitor.cpp38 void CombinedPassVisitor::Resize(int32_t size, int32_t num) in Resize() function in panda::ecmascript::kungfu::CombinedPassVisitor
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp103 JSHandle<TaggedHashArray> TaggedHashArray::Resize(JSThread *thread, const JSHandle<TaggedHashArray>… in Resize() function in panda::ecmascript::TaggedHashArray
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h614 void Resize(size_t sz) in Resize() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.cpp232 JSTaggedValue ContainersBitVector::Resize(EcmaRuntimeCallInfo* argv) in Resize() function in panda::ecmascript::containers::ContainersBitVector
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp414 void JSAPIBitVector::Resize(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int newSiz… in Resize() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp475 HWTEST_F_L0(JSAPIBitVectorTest, Resize) in HWTEST_F_L0() argument