Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/runtime/tests/
Dstring_table_base_test.h86 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
Dmultithreaded_intern_string_table_test.cpp156 auto *table = test->GetTable(); in TestThreadEntry() local
174 auto *table = test->GetTable(); in TestConcurrentInsertion() local
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp31 auto table = JSHandle<Derived>(factory->NewTaggedArray(length)); in Create() local
39 …inkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHandle<Derived> &table, in Insert()
65const 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()
Dtagged_hash_table.h102 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()
Dtemplate_map.h62 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<TemplateMap> &table, int computeHash… in ComputeCompactSize()
Dsymbol_table.h102 …static int ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHash… in ComputeCompactSize()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_table_test.cpp57 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/
Dcontainers_hashset_stub_builder.h34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local
41 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
Dcontainers_hashmap_stub_builder.h34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local
41 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
Dcontainers_list_stub_builder.h34 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetTableLength() local
42 GateRef table = Load(VariableType::JS_POINTER(), obj, tableOffset); in GetNode() local
Dcontainers_linkedlist_stub_builder.h34 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/
Dbit_table_test.cpp70 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/
Dts_type_table_generator.h48 JSHandle<TSModuleTable> table = GetTSModuleTable(); in GetNextModuleId() local
Dts_type_table.cpp34 …andle<TSTypeTable> TSTypeTable::PushBackTypeToTable(JSThread *thread, JSHandle<TSTypeTable> &table, in PushBackTypeToTable()
Dts_type_parser.h67 inline void SetTSType(JSHandle<TSTypeTable> table, JSHandle<JSTaggedValue> type, in SetTSType()
Dts_type_table_generator.cpp67 JSHandle<TSTypeTable> table = AddTypeTable(recordNameStr, numTypes); in GetOrGenerateTSTypeTable() local
91 JSHandle<TSModuleTable> table = GetTSModuleTable(); in AddTypeTable() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_extractor.cpp108 …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/
Dts_type_table_generator_test.cpp77 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/
Daot_file.cpp93 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/
Dcode_info_builder.cpp214 EnumerateTables([&tables_mask](size_t index, const auto &table) { in Encode()
224 EnumerateTables([&out]([[maybe_unused]] size_t index, const auto &table) { in Encode()
Dcode_info.cpp27 const auto &table = this->*member; in Dump() local
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_file.cpp46 auto &table = debugInfo_.GetLineNumberTable(methodId); in EnumerateLocations() local
Dinspector.cpp83 auto &table = sourceFile.GetDebugInfo().GetLineNumberTable(frame.GetMethod()->GetFileId()); in HandlePendingPause() local
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp94 const LineNumberTable &table = extractor->GetLineNumberTable(methodId); in GetStepRanges() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h84 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()

12