| /arkcompiler/runtime_core/runtime/tests/ |
| D | string_table_base_test.h | 86 auto table = StringTable(); in EmptyTable() local 93 auto table = StringTable(); in InternCompressedUtf8AndString() local 108 auto table = StringTable(); in InternUncompressedUtf8AndString() local 122 auto table = StringTable(); in InternTheSameUtf16String() local 141 auto table = StringTable(); in InternManyStrings() local 161 auto table = thread_->GetVM()->GetStringTable(); in SweepObjectInTable() local 192 auto table = StringTable(); in InternTooLongString() local
|
| D | multithreaded_intern_string_table_test.cpp | 156 auto *table = test->GetTable(); in TestThreadEntry() local 174 auto *table = test->GetTable(); in TestConcurrentInsertion() local
|
| /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() 371 static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table) in Shrink() 386 static JSHandle<Derived> PutIfAbsent(const JSThread *thread, const JSHandle<Derived> &table, in PutIfAbsent() 412 static JSHandle<Derived> Put(const JSThread *thread, const JSHandle<Derived> &table, in Put() 436 … static JSHandle<Derived> Remove(const JSThread *thread, const JSHandle<Derived> &table, int entry) in Remove() 458 auto table = Derived::Cast(this); in NextEnumerationIndex() local 478 auto table = Derived::Cast(this); in GetEnumerationOrder() local 493 …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 | 102 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHash… in ComputeCompactSize()
|
| /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 = vm->GetEcmaStringTable(); in HWTEST_F_L0() local 97 EcmaStringTable *table = vm->GetEcmaStringTable(); in HWTEST_F_L0() local 120 EcmaStringTable *table = vm->GetEcmaStringTable(); in HWTEST_F_L0() local
|
| /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_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
|
| 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
|
| /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/ |
| 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_parser.h | 67 inline void SetTSType(JSHandle<TSTypeTable> table, JSHandle<JSTaggedValue> type, in SetTSType()
|
| D | ts_type_table_generator.cpp | 67 JSHandle<TSTypeTable> table = AddTypeTable(recordNameStr, numTypes); in GetOrGenerateTSTypeTable() local 91 JSHandle<TSModuleTable> table = GetTSModuleTable(); in AddTypeTable() local
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 108 …ptional<size_t> TestExtractor::GetLineNumberByTableOffset(const panda_file::LineNumberTable &table, in GetLineNumberByTableOffset() 119 …nal<uint32_t> TestExtractor::GetOffsetByTableLineNumber(const panda_file::LineNumberTable &table, … in GetOffsetByTableLineNumber()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_table_generator_test.cpp | 77 JSHandle<TSTypeTable> table = ecmaVm->GetFactory()->NewTSTypeTable(0); in HWTEST_F_L0() local 113 …[[maybe_unused]] JSHandle<TSTypeTable> table = tableGenerator.GetOrGenerateTSTypeTable(jsPandaFile… in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_file.cpp | 93 auto *table = const_cast<uintptr_t *>( in InitializeGot() local 132 auto *table = const_cast<uintptr_t *>(reinterpret_cast<const uintptr_t *>( in PatchTable() local
|
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | code_info_builder.cpp | 214 EnumerateTables([&tables_mask](size_t index, const auto &table) { in Encode() 224 EnumerateTables([&out]([[maybe_unused]] size_t index, const auto &table) { in Encode()
|
| D | code_info.cpp | 27 const auto &table = this->*member; in Dump() local
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_file.cpp | 46 auto &table = debugInfo_.GetLineNumberTable(methodId); in EnumerateLocations() local
|
| D | inspector.cpp | 83 auto &table = sourceFile.GetDebugInfo().GetLineNumberTable(frame.GetMethod()->GetFileId()); in HandlePendingPause() 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()
|