Home
last modified time | relevance | path

Searched refs:tableSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.h196 auto tableSize = lineTable.size(); in GetFristLine() local
197 if (tableSize == 0) { in GetFristLine()
200 if (tableSize == 1) { in GetFristLine()
210 auto tableSize = columnTable.size(); in GetFristColumn() local
211 if (tableSize == 0) { in GetFristColumn()
214 if (tableSize == 1) { in GetFristColumn()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmath_helpers.h152 inline T PowerOfTwoTableSlot(T key, T tableSize, uint32_t skippedLowestBits = 0)
154 ASSERT(IsPowerOfTwo(tableSize));
155 return (key >> skippedLowestBits) & (tableSize - 1);
/arkcompiler/ets_runtime/ecmascript/
H A Dtransitions_dictionary.h162 int tableSize, int addedElements) in ComputeCompactSize()
165 for (int i = 0; i < tableSize; i++) { in ComputeCompactSize()
161 ComputeCompactSize(const JSHandle<TransitionsDictionary> &table, int computeHashTableSize, int tableSize, int addedElements) ComputeCompactSize() argument
H A Dtemplate_map.h63 [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) in ComputeCompactSize()
62 ComputeCompactSize([[maybe_unused]] const JSHandle<TemplateMap> &table, int computeHashTableSize, [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) ComputeCompactSize() argument
H A Dsymbol_table.h104 [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) in ComputeCompactSize()
103 ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHashTableSize, [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) ComputeCompactSize() argument
H A Dtagged_hash_table.h536 [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) in ComputeCompactSize()
535 ComputeCompactSize([[maybe_unused]] const JSHandle<Derived> &table, int computeHashTableSize, [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) ComputeCompactSize() argument
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module_cache.h136 [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) in ComputeCompactSize()
135 ComputeCompactSize([[maybe_unused]] const JSHandle<CjsModuleCache> &table, int computeHashTableSize, [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) ComputeCompactSize() argument

Completed in 4 milliseconds