/arkcompiler/ets_runtime/ecmascript/ |
D | linked_hash_table.cpp | 31 auto table = JSHandle<Derived>(factory->NewTaggedArray(length)); in Create() local 39 …inkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHandle<Derived> &table, in Insert() 65 …const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> … in InsertWeakRef() 93 const JSHandle<Derived> &table, int numberOfAddedElements) in GrowCapacity() 105 …inkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHandle<Derived> &table, in Remove() 118 …inkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHandle<Derived> &table, in Shrink() 171 …e<LinkedHashMap> LinkedHashMap::Clear(const JSThread *thread, const JSHandle<LinkedHashMap> &table) in Clear() 181 …<LinkedHashMap> LinkedHashMap::Shrink(const JSThread *thread, const JSHandle<LinkedHashMap> &table, in Shrink() 217 …e<LinkedHashSet> LinkedHashSet::Clear(const JSThread *thread, const JSHandle<LinkedHashSet> &table) in Clear() 227 …<LinkedHashSet> LinkedHashSet::Shrink(const JSThread *thread, const JSHandle<LinkedHashSet> &table, in Shrink()
|
D | tagged_hash_table.h | 102 static JSHandle<Derived> Insert(const JSThread *thread, JSHandle<Derived> &table, in Insert() 118 static JSHandle<Derived> Remove(const JSThread *thread, JSHandle<Derived> &table, in Remove() 147 …inline static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table, int… in Shrink() 394 static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table) in Shrink() 409 static JSHandle<Derived> PutIfAbsent(const JSThread *thread, const JSHandle<Derived> &table, in PutIfAbsent() 436 static JSHandle<Derived> Put(const JSThread *thread, const JSHandle<Derived> &table, in Put() 462 … static JSHandle<Derived> Remove(const JSThread *thread, const JSHandle<Derived> &table, int entry) in Remove() 484 auto table = Derived::Cast(this); in NextEnumerationIndex() local 505 auto table = Derived::Cast(this); in GetEnumerationOrder() local 520 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<Derived> &table, int computeHashTabl… in ComputeCompactSize()
|
D | template_map.h | 62 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<TemplateMap> &table, int computeHash… in ComputeCompactSize()
|
D | symbol_table.h | 103 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHash… in ComputeCompactSize()
|
D | transitions_dictionary.h | 148 …static int ComputeCompactSize(const JSHandle<TransitionsDictionary> &table, int computeHashTableSi… in ComputeCompactSize()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_hashset_stub_builder.h | 34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local 41 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
|
D | containers_hashmap_stub_builder.h | 34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local 41 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
|
D | containers_linkedlist_stub_builder.h | 34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local 42 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
|
D | containers_list_stub_builder.h | 34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local 42 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | ecma_string_table_test.cpp | 57 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 76 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 97 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 120 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_table_generator.h | 48 JSHandle<TSModuleTable> table = GetTSModuleTable(); in GetNextModuleId() local
|
D | ts_type_table.cpp | 34 …andle<TSTypeTable> TSTypeTable::PushBackTypeToTable(JSThread *thread, JSHandle<TSTypeTable> &table, in PushBackTypeToTable()
|
D | ts_type_table_generator.cpp | 68 JSHandle<TSTypeTable> table = AddTypeTable(recordNameStr, typeNum); in GetOrGenerateTSTypeTable() local 92 JSHandle<TSModuleTable> table = GetTSModuleTable(); in AddTypeTable() local
|
D | ts_type_parser.h | 99 inline void SetTSType(JSHandle<TSTypeTable> table, JSHandle<JSTaggedValue> type, in SetTSType()
|
D | ts_type_parser.cpp | 95 …JSHandle<TSTypeTable> table = tableGenerator_.GetOrGenerateTSTypeTable(jsPandaFile, recordName, mo… in ParseType() local 171 …JSHandle<TSTypeTable> table = tableGenerator_.GetOrGenerateTSTypeTable(jsPandaFile, entryPoint, mo… in ResolveImportType() local 532 … const JSHandle<TSTypeTable> &table) in GenerateExportTableFromRecord() 609 …JSHandle<TSTypeTable> table = tableGenerator_.GetOrGenerateTSTypeTable(jsPandaFile, star, starModu… in IterateStarExport() local 806 …JSHandle<TSTypeTable> table = tableGenerator_.GetOrGenerateTSTypeTable(info.jsPandaFile, info.reco… in ParsePGOType() local
|
D | ts_manager.cpp | 408 JSHandle<TSModuleTable> table = GetTSModuleTable(); in Dump() local 446 JSHandle<TSTypeTable> table = GetInferredTable(); in FindIteratorInstanceInInferTable() local 479 GlobalTSTypeRef TSManager::FindUnionInTypeTable(JSHandle<TSTypeTable> table, JSHandle<TSUnionType> … in FindUnionInTypeTable() 544 void TSManager::SetTSTypeTable(const JSHandle<TSTypeTable> &table, int tableId) const in SetTSTypeTable() argument 1530 JSHandle<TaggedArray> table(vm_->GetJSThread(), exportTypeTable); in GetExportTableFromLiteral() local
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | bit_table_test.cpp | 70 BitTable<BitTableDefault<1>> table; in TEST_F() local 89 BitTable<BitTableDefault<1>> table; in TEST_F() local 115 BitTable<BitTableDefault<1>> table; in TEST_F() local 148 BitTable<BitTableDefault<10>> table; in TEST_F() local 212 BitTable<TestAccessor> table; in TEST_F() local 246 BitTable<TestAccessor> table; in TEST_F() local 395 BitTable<BitTableDefault<1>> table; in TEST_F() local 456 BitTable<BitTableDefault<1>> table; in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
D | ts_type_table_generator_test.cpp | 81 JSHandle<TSTypeTable> table = ecmaVm->GetFactory()->NewTSTypeTable(0); in HWTEST_F_L0() local 117 [[maybe_unused]] JSHandle<TSTypeTable> table = in HWTEST_F_L0() local
|
/arkcompiler/toolchain/tooling/backend/ |
D | js_single_stepper.cpp | 94 const LineNumberTable &table = extractor->GetLineNumberTable(methodId); in GetStepRanges() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_table.h | 84 BitTableRow(const BitTableType *table, int row_index) : table_(table), row_index_(row_index) {} in BitTableRow() 159 …BitTableIterator(const typename Accessor::BitTableType *table, int row_index) : row_(table, row_in… in BitTableIterator() 309 Range(BitTable *table, int start, int end) : table_(table), start_(start), end_(end) {} in Range()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.h | 135 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<CjsModuleCache> &table, int computeH… in ComputeCompactSize()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | debug_info_extractor_test.cpp | 221 …c std::optional<size_t> GetLineNumberByTableOffsetWrapper(const panda_file::LineNumberTable &table, in GetLineNumberByTableOffsetWrapper() 232 …d::optional<uint32_t> GetOffsetByTableLineNumberWrapper(const panda_file::LineNumberTable &table, … in GetOffsetByTableLineNumberWrapper()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | class_hash_table_test.cpp | 184 auto table = aot_file->GetClassHashTable(file_header); in TEST_F() local 193 auto table = aot_panda_file.GetClassHashTable(); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_symbol.cpp | 187 auto *table = env->GetRegisterSymbols().GetObject<SymbolTable>(); in KeyFor() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_hashset.cpp | 259 JSHandle<TaggedHashArray> table(thread, hashSet->GetTable()); in ForEach() local
|