Home
last modified time | relevance | path

Searched refs:JSObjectResizingStrategy (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object_resizing_strategy.h21 class JSObjectResizingStrategy {
24 JSObjectResizingStrategy() = default;
25 virtual ~JSObjectResizingStrategy() = default;
29 class ThroughputJSObjectResizingStrategy : public JSObjectResizingStrategy {
Decma_vm.h89 class JSObjectResizingStrategy; variable
559 JSObjectResizingStrategy *GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy()
668 JSObjectResizingStrategy *strategy_ {nullptr};
Djs_thread.h1022 alignas(EAS) uint32_t propertiesGrowStep_ {JSObjectResizingStrategy::PROPERTIES_GROW_SIZE};
Djs_object.cpp71 …thread->SetPropertiesGrowStep(std::min(static_cast<uint32_t>(JSObjectResizingStrategy::PROPERTIES_… in UpdateGrowStep()
/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp280 JSObjectResizingStrategy::PROPERTIES_GROW_SIZE * 2); // 2: double in AdjustCapacity()