Home
last modified time | relevance | path

Searched defs:minSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.h66 int minSize = std::max(requestedSize, 32); in GetTempArray() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp27 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_t newSpaceCapacity, in CalculateAllocLimit() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_fullgc_test.cpp154 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t minSize, size_t maxSize, size_t count, size_t *allocated, in MakeAllocations() argument
H A Dmem_stats_gen_gc_test.cpp112 size_t minSize; member
240 MemStatsGenGCTest::ObjVec MemStatsGenGCTest::MakeAllocationsWithRepeats(size_t minSize, size_t maxSize, size_t count, in MakeAllocationsWithRepeats() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_vector.h519 auto minSize = std::min<size_t>(storage_.size(), other.storage_.size()); in operator |=() local

Completed in 5 milliseconds