Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.h41 static constexpr int INCREASE_CAPACITY_RATE = 1; variable
90 uint64_t newCapacity = (static_cast<uint64_t>(oldCapacity) << INCREASE_CAPACITY_RATE); in ComputeGrowCapacity()
Dts_type_table.h26 static constexpr size_t INCREASE_CAPACITY_RATE = 2; variable
Dts_type_table.cpp41 capacity * INCREASE_CAPACITY_RATE)); in PushBackTypeToTable()
Dts_type_table_generator.cpp96 table->GetLength() * TSModuleTable::INCREASE_CAPACITY_RATE)); in AddTypeTable()
Dts_manager.h146 static constexpr int INCREASE_CAPACITY_RATE = 2; variable