| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | ecma_string_table_test.cpp | 33 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 D | debug_info_cache.h | 81 auto &table = debugInfo.GetLineNumberTable(methodId); in REQUIRES() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A 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
|
| H A 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
|
| H A 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
|
| H A 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
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | pathResolver.cpp | 27 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 D | js_single_stepper.cpp | 94 const LineNumberTable &table = extractor->GetLineNumberTable(methodId); in GetStepRanges() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_map.h | 62 static int ComputeCompactSize([[maybe_unused]] const JSHandle<TemplateMap> &table, int computeHashTableSize, in ComputeCompactSize() argument
|
| H A D | linked_hash_table.cpp | 30 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 D | symbol_table.h | 103 static int ComputeCompactSize([[maybe_unused]] const JSHandle<SymbolTable> &table, int computeHashTableSize, in ComputeCompactSize() argument
|
| H A D | tagged_hash_array.cpp | 169 JSTaggedValue TaggedHashArray::SetVal(JSThread *thread, JSHandle<TaggedHashArray> table, int hash, in SetVal() argument
|
| H A D | transitions_dictionary.h | 161 static int ComputeCompactSize(const JSHandle<TransitionsDictionary> &table, int computeHashTableSize, in ComputeCompactSize() argument
|
| H A D | tagged_node.cpp | 116 void RBTreeNode::Divide(JSThread *thread, JSHandle<TaggedHashArray> table,
in Divide() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | bit_table_test.cpp | 75 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 D | test_extractor.cpp | 113 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 D | js_cjs_module_cache.h | 135 static int ComputeCompactSize([[maybe_unused]] const JSHandle<CjsModuleCache> &table, int computeHashTableSize, in ComputeCompactSize() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A 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; 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 D | aot_file.cpp | 95 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 D | runtime_calls.cpp | 42 auto table = module->getGlobalVariable("__aot_got"); in GetPandaRuntimeFunctionCallee() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_itable_builder.cpp | 75 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 D | multithreaded_intern_string_table_test.cpp | 160 auto *table = test->GetTable(); in TestThreadEntry() local 178 auto *table = test->GetTable(); in TestConcurrentInsertion() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_symbol.cpp | 184 auto *table = env->GetRegisterSymbols().GetObject<SymbolTable>(); in KeyFor() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A 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/runtime_core/libpandabase/utils/ |
| H A D | bit_table.h | 84 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
|