Searched defs:tableSize (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_map.h | 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 | 103 ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHashTableSize, [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) ComputeCompactSize() argument
|
| H A D | transitions_dictionary.h | 161 ComputeCompactSize(const JSHandle<TransitionsDictionary> &table, int computeHashTableSize, int tableSize, int addedElements) ComputeCompactSize() argument
|
| H A D | tagged_hash_table.h | 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 | 135 ComputeCompactSize([[maybe_unused]] const JSHandle<CjsModuleCache> &table, int computeHashTableSize, [[maybe_unused]] int tableSize, [[maybe_unused]] int addedElements) ComputeCompactSize() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | debug_info_extractor.h | 196 auto tableSize = lineTable.size(); in GetFristLine() local 210 auto tableSize = columnTable.size(); in GetFristColumn() local
|
Completed in 4 milliseconds