Home
last modified time | relevance | path

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

123

/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.h104 static JSHandle<Derived> Insert(const JSThread *thread, JSHandle<Derived> &table, in Insert()
120 static JSHandle<Derived> Remove(const JSThread *thread, JSHandle<Derived> &table, in Remove()
149 …inline static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table, int… in Shrink()
396 static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table) in Shrink()
411 static JSHandle<Derived> PutIfAbsent(const JSThread *thread, const JSHandle<Derived> &table, in PutIfAbsent()
438 static JSHandle<Derived> Put(const JSThread *thread, const JSHandle<Derived> &table, in Put()
465 … static JSHandle<Derived> Remove(const JSThread *thread, const JSHandle<Derived> &table, int entry) in Remove()
487 auto table = Derived::Cast(this); in NextEnumerationIndex() local
508 auto table = Derived::Cast(this); in GetEnumerationOrder() local
523 …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.h103 …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 = 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/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_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
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
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp94 auto table = StringTable(); in EmptyTable() local
101 auto table = StringTable(); in InternCompressedUtf8AndString() local
116 auto table = StringTable(); in InternUncompressedUtf8AndString() local
130 auto table = StringTable(); in InternTheSameUtf16String() local
149 auto table = StringTable(); in InternManyStrings() local
169 auto table = thread_->GetVM()->GetStringTable(); in SweepObjectInTable() local
206 auto table = thread_->GetVM()->GetStringTable(); in SweepNonMovableObjectInTable() local
246 auto table = thread_->GetVM()->GetStringTable(); in SweepHumongousObjectInTable() local
295 auto table = StringTable(); in InternTooLongString() local
Dmultithreaded_intern_string_table_test.cpp161 auto *table = test->GetTable(); in TestThreadEntry() local
179 auto *table = test->GetTable(); in TestConcurrentInsertion() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_table_test.cpp75 BitTable<BitTableDefault<1U>> table; in TEST_F() local
94 BitTable<BitTableDefault<1U>> table; in TEST_F() local
120 BitTable<BitTableDefault<1U>> table; in TEST_F() local
153 BitTable<BitTableDefault<10U>> table; in TEST_F() local
218 BitTable<TestAccessor> table; in TEST_F() local
252 BitTable<TestAccessor> table; in TEST_F() local
399 BitTable<BitTableDefault<1U>> table; in TEST_F() local
460 BitTable<BitTableDefault<1U>> table; in TEST_F() 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_table_generator.cpp72 JSHandle<TSTypeTable> table = AddTypeTable(abcNameStr, recordNameStr, typeNum); in GetOrGenerateTSTypeTable() local
98 JSHandle<TSModuleTable> table = GetTSModuleTable(); in AddTypeTable() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.h72 auto &table = debug_info.GetLineNumberTable(methodId); in EnumerateLineEntries() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp113 …ptional<size_t> TestExtractor::GetLineNumberByTableOffset(const panda_file::LineNumberTable &table, in GetLineNumberByTableOffset()
124 …nal<uint32_t> TestExtractor::GetOffsetByTableLineNumber(const panda_file::LineNumberTable &table, … in GetOffsetByTableLineNumber()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp93 auto *table = const_cast<uintptr_t *>( in InitializeGot() local
135 auto *table = const_cast<uintptr_t *>(reinterpret_cast<const uintptr_t *>( in PatchTable() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_table_generator_test.cpp82 JSHandle<TSTypeTable> table = ecmaVm->GetFactory()->NewTSTypeTable(0); in HWTEST_F_L0() local
118 [[maybe_unused]] JSHandle<TSTypeTable> table = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.cpp214 EnumerateTables([&tablesMask](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/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp53 auto table = interface->GetITable().Get(); in Build() local
88 auto table = interface->GetITable().Get(); in Build() 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()

123