Searched refs:JSObjectResizingStrategy (Results 1 – 7 of 7) sorted by relevance
21 class JSObjectResizingStrategy {24 JSObjectResizingStrategy() = default;25 virtual ~JSObjectResizingStrategy() = default;29 class ThroughputJSObjectResizingStrategy : public JSObjectResizingStrategy {
95 class JSObjectResizingStrategy; variable632 JSObjectResizingStrategy *GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy()901 JSObjectResizingStrategy *strategy_ {nullptr};
1272 alignas(EAS) uint32_t propertiesGrowStep_ {JSObjectResizingStrategy::PROPERTIES_GROW_SIZE};
57 …thread->SetPropertiesGrowStep(std::min(static_cast<uint32_t>(JSObjectResizingStrategy::PROPERTIES_… in UpdateGrowStep()
458 JSObjectResizingStrategy::PROPERTIES_GROW_SIZE * 2); // 2: double in AdjustCapacity()
1187 JSObjectResizingStrategy *GetJSObjectResizingStrategy();
2187 JSObjectResizingStrategy *Heap::GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy()