Home
last modified time | relevance | path

Searched refs:PROPERTIES_GROW_SIZE (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object_resizing_strategy.h23 static constexpr int PROPERTIES_GROW_SIZE = 4; member in panda::ecmascript::JSObjectResizingStrategy
26 virtual void UpdateGrowStep(JSThread *thread, uint32_t step = PROPERTIES_GROW_SIZE) = 0;
31 virtual void UpdateGrowStep(JSThread *thread, uint32_t step = PROPERTIES_GROW_SIZE) override;
H A Djs_thread.h1273 alignas(EAS) uint32_t propertiesGrowStep_ {JSObjectResizingStrategy::PROPERTIES_GROW_SIZE};
H A Djs_object.cpp57 thread->SetPropertiesGrowStep(std::min(static_cast<uint32_t>(JSObjectResizingStrategy::PROPERTIES_GROW_SIZE * 2), in UpdateGrowStep()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dlinear_space.cpp463 JSObjectResizingStrategy::PROPERTIES_GROW_SIZE * 2); // 2: double in AdjustCapacity()

Completed in 10 milliseconds