Searched refs:tableSize (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | debug_info_extractor.h | 196 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 D | math_helpers.h | 152 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 D | transitions_dictionary.h | 162 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 D | template_map.h | 63 [[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 D | symbol_table.h | 104 [[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 D | tagged_hash_table.h | 536 [[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 D | js_cjs_module_cache.h | 136 [[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