Home
last modified time | relevance | path

Searched defs:table (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_string_table_test.cpp33 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
52 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
73 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
96 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.h81 auto &table = debugInfo.GetLineNumberTable(methodId); in REQUIRES() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A 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
H A 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
H A 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
H A 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
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp27 auto *table = debugInfoStorage_.GetImportExportTable(filePath); in FindImportedFunctions() local
51 auto *table = debugInfoStorage_.GetImportExportTable(filePath); in FindExportedFunctions() local
87 auto *table = debugInfoStorage_.GetImportExportTable(filePath); in FindNamedImportAll() local
111 auto *table = debugInfoStorage_.GetImportExportTable(filePath); FindImportedEntity() local
139 auto *table = debugInfoStorage_.GetImportExportTable(filePath); FindExportedEntity() local
[all...]
/arkcompiler/toolchain/tooling/backend/
H A Djs_single_stepper.cpp94 const LineNumberTable &table = extractor->GetLineNumberTable(methodId); in GetStepRanges() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_map.h62 static int ComputeCompactSize([[maybe_unused]] const JSHandle<TemplateMap> &table, int computeHashTableSize, in ComputeCompactSize() argument
H A Dlinked_hash_table.cpp30 JSHandle<Derived> table; in Create() local
43 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHandle<Derived> &table, in Insert() argument
68 InsertWeakRef(const JSThread *thread, const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) InsertWeakRef() argument
97 GrowCapacity(const JSThread *thread, const JSHandle<Derived> &table, int numberOfAddedElements) GrowCapacity() argument
111 Remove(const JSThread *thread, const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key) Remove() argument
124 Shrink(const JSThread *thread, const JSHandle<Derived> &table, int additionalCapacity) Shrink() argument
178 Clear(const JSThread *thread, const JSHandle<LinkedHashMap> &table) Clear() argument
196 Shrink(const JSThread *thread, const JSHandle<LinkedHashMap> &table, int additionalCapacity) Shrink() argument
232 Clear(const JSThread *thread, const JSHandle<LinkedHashSet> &table) Clear() argument
250 Shrink(const JSThread *thread, const JSHandle<LinkedHashSet> &table, int additionalCapacity) Shrink() argument
[all...]
H A Dsymbol_table.h103 static int ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHashTableSize, in ComputeCompactSize() argument
H A Dtagged_hash_array.cpp169 JSTaggedValue TaggedHashArray::SetVal(JSThread *thread, JSHandle<TaggedHashArray> table, int hash, in SetVal() argument
H A Dtransitions_dictionary.h161 static int ComputeCompactSize(const JSHandle<TransitionsDictionary> &table, int computeHashTableSize, in ComputeCompactSize() argument
H A Dtagged_node.cpp116 void RBTreeNode::Divide(JSThread *thread, JSHandle<TaggedHashArray> table, in Divide() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A 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; TEST_F() local
153 BitTable<BitTableDefault<10U>> table; TEST_F() local
218 BitTable<TestAccessor> table; global() local
234 GetRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> values) GetRange() argument
265 GetReversedRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> values) GetReversedRange() argument
313 BitTable<TestAccessor> table; TEST_F() local
345 BitTable<TestAccessor> table; TEST_F() local
430 BitTable<BitTableDefault<1U>> table; TEST_F() local
491 BitTable<BitTableDefault<1U>> table; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_extractor.cpp113 std::optional<size_t> TestExtractor::GetLineNumberByTableOffset(const panda_file::LineNumberTable &table, in GetLineNumberByTableOffset() argument
124 std::optional<uint32_t> TestExtractor::GetOffsetByTableLineNumber(const panda_file::LineNumberTable &table, size_t line) in GetOffsetByTableLineNumber() argument
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module_cache.h135 static int ComputeCompactSize([[maybe_unused]] const JSHandle<CjsModuleCache> &table, int computeHashTableSize, in ComputeCompactSize() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A 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; TEST_F() local
148 BitTable<BitTableDefault<10>> table; TEST_F() local
212 BitTable<TestAccessor> table; global() local
229 InitRangesTest(std::array<std::array<uint32_t, 2>, 10> &values, BitTable<TestAccessor> &table) InitRangesTest() argument
243 BitTable<TestAccessor> table; InitRangesTest() local
254 BitTable<TestAccessor> table; TEST_F() local
295 BitTable<TestAccessor> table; TEST_F() local
335 BitTable<TestAccessor> table; TEST_F() local
418 BitTable<BitTableDefault<1>> table; TEST_F() local
479 BitTable<BitTableDefault<1>> table; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp95 auto *table = const_cast<uintptr_t *>( in InitializeGot() local
137 auto *table = const_cast<uintptr_t *>(reinterpret_cast<const uintptr_t *>( PatchTable() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Druntime_calls.cpp42 auto table = module->getGlobalVariable("__aot_got"); in GetPandaRuntimeFunctionCallee() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp75 auto table = interface->GetITable().Get(); in LinearizeITable() local
110 auto table = interface->GetITable().Get(); in Build() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmultithreaded_intern_string_table_test.cpp160 auto *table = test->GetTable(); in TestThreadEntry() local
178 auto *table = test->GetTable(); in TestConcurrentInsertion() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.cpp184 auto *table = env->GetRegisterSymbols().GetObject<SymbolTable>(); in KeyFor() local
/arkcompiler/runtime_core/compiler/tests/
H A Dclass_hash_table_test.cpp184 auto table = aot_file->GetClassHashTable(file_header); in TEST_F() local
193 auto table = aot_panda_file.GetClassHashTable(); in TEST_F() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h84 BitTableRow(const BitTableType *table, int row_index) : table_(table), row_index_(row_index) {} in BitTableRow() argument
159 BitTableIterator(const typename Accessor::BitTableType *table, int row_index) : row_(table, row_index) {} in BitTableIterator() argument
309 Range(BitTable *table, int start, int end) : table_(table), start_(start), end_(end) {} in Range() argument

Completed in 11 milliseconds

12