| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| 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); in FindImportedEntity() local 139 auto *table = debugInfoStorage_.GetImportExportTable(filePath); in FindExportedEntity() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_object_state_info.cpp | 59 auto *table = co->GetPandaVM()->GetEtsObjectStateTable(); in TryAddNewInfo() local 91 auto *table = co->GetPandaVM()->GetEtsObjectStateTable(); in TryReadEtsHash() local 112 auto *table = co->GetPandaVM()->GetEtsObjectStateTable(); in TryReadInteropIndex() local 134 auto *table = co->GetPandaVM()->GetEtsObjectStateTable(); in TryDropInteropIndex() local 155 auto *table = co->GetPandaVM()->GetEtsObjectStateTable(); in TryResetInteropIndex() local 173 auto *table = co->GetPandaVM()->GetEtsObjectStateTable(); in TryCheckIfInteropIndexIsValid() local
|
| D | ets_itable_builder.cpp | 77 auto table = interface->GetITable().Get(); in LinearizeITable() local 112 auto table = interface->GetITable().Get(); in Build() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_stub_builder.h | 194 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetSize() local 199 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetSize() local 204 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetSize() local 210 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetSize() local 288 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetNode() local 293 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetNode() local 298 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetNode() local 303 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in ContainerGetNode() local
|
| D | containers_hashset_stub_builder.h | 40 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in BUILTINS_WITH_CONTAINERS_HASHSET_STUB_BUILDER() local 47 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in GetNode() local
|
| D | containers_hashmap_stub_builder.h | 39 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in BUILTINS_WITH_CONTAINERS_HASHMAP_STUB_BUILDER() local 46 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in GetNode() local
|
| D | containers_linkedlist_stub_builder.h | 39 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in BUILTINS_WITH_CONTAINERS_LIST_STUB_BUILDER() local 47 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in GetNode() local
|
| D | containers_list_stub_builder.h | 39 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in BUILTINS_WITH_CONTAINERS_LINKEDLIST_STUB_BUILDER() local 47 GateRef table = Load(VariableType::JS_POINTER(), glue, obj, tableOffset); in GetNode() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 30 JSHandle<Derived> table; in Create() local 43 …inkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHandle<Derived> &table, in Insert() 69 …const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> … in InsertWeakRef() 98 const JSHandle<Derived> &table, int numberOfAddedElements) in GrowCapacity() 111 …inkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHandle<Derived> &table, in Remove() 124 …inkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHandle<Derived> &table, in Shrink() 178 …e<LinkedHashMap> LinkedHashMap::Clear(const JSThread *thread, const JSHandle<LinkedHashMap> &table) in Clear() 196 …<LinkedHashMap> LinkedHashMap::Shrink(const JSThread *thread, const JSHandle<LinkedHashMap> &table, in Shrink() 249 …e<LinkedHashSet> LinkedHashSet::Clear(const JSThread *thread, const JSHandle<LinkedHashSet> &table) in Clear() 267 …<LinkedHashSet> LinkedHashSet::Shrink(const JSThread *thread, const JSHandle<LinkedHashSet> &table, in Shrink()
|
| D | tagged_hash_table.h | 103 JSHandle<Derived> table = spaceKind == MemSpaceKind::SHARED ? variable 112 static JSHandle<Derived> Insert(const JSThread *thread, JSHandle<Derived> &table, in Insert() 128 static JSHandle<Derived> Remove(const JSThread *thread, JSHandle<Derived> &table, in Remove() 157 …inline static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table, int… in Shrink() 407 static JSHandle<Derived> Shrink(const JSThread *thread, const JSHandle<Derived> &table) in Shrink() 423 static JSHandle<Derived> PutIfAbsent(const JSThread *thread, const JSHandle<Derived> &table, in PutIfAbsent() 450 static JSHandle<Derived> Put(const JSThread *thread, const JSHandle<Derived> &table, in Put() 477 … static JSHandle<Derived> Remove(const JSThread *thread, const JSHandle<Derived> &table, int entry) in Remove() 499 auto table = Derived::Cast(this); in NextEnumerationIndex() local 520 auto table = Derived::Cast(this); in GetEnumerationOrder() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | base_string_table_test.cpp | 44 auto& table = common::BaseRuntime::GetInstance()->GetStringTable(); in HWTEST_F_L0() local 69 auto& table = common::BaseRuntime::GetInstance()->GetStringTable(); in HWTEST_F_L0() local 94 auto& table = common::BaseRuntime::GetInstance()->GetStringTable(); in HWTEST_F_L0() local 120 auto& table = common::BaseRuntime::GetInstance()->GetStringTable(); in HWTEST_F_L0() local
|
| D | ecma_string_table_test.cpp | 45 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 69 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 90 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 113 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local 443 EcmaStringTable *table = vm->GetEcmaStringTable(); in HWTEST_F_L0() local 466 EcmaStringTable *table = vm->GetEcmaStringTable(); in HWTEST_F_L0() local 487 EcmaStringTable *table = vm->GetEcmaStringTable(); in HWTEST_F_L0() 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 229 void InitRangesTest(std::array<std::array<uint32_t, 2>, 10> &values, BitTable<TestAccessor> &table) in InitRangesTest() 243 BitTable<TestAccessor> table; in InitRangesTest() local 254 BitTable<TestAccessor> table; in TEST_F() local 295 BitTable<TestAccessor> table; in TEST_F() local 335 BitTable<TestAccessor> table; in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| 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; in TEST_F() local 153 BitTable<BitTableDefault<10U>> table; in TEST_F() local 218 BitTable<TestAccessor> table; in TEST_F() local 234 void GetRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> values) in GetRange() 265 void GetReversedRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> value… in GetReversedRange() 313 BitTable<TestAccessor> table; in TEST_F() local 345 BitTable<TestAccessor> table; in TEST_F() local 430 BitTable<BitTableDefault<1U>> table; in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_table_test.cpp | 94 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
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/CRC32/bu_CRC32_sts_state/ |
| D | bench_CRC32_sts_state.js | 29 function test(str, table) { argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 113 …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/ |
| 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 *>( in PatchTable() local
|
| /arkcompiler/ets_runtime/test/fuzztest/stringtableconcatstringintern_fuzzer/ |
| D | stringtableconcatstringintern_fuzzer.cpp | 44 EcmaStringTable* table = vm->GetEcmaStringTable(); in StringTableConcatStringInternFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/stringtablespecialstringintern_fuzzer/ |
| D | stringtablespecialstringintern_fuzzer.cpp | 46 EcmaStringTable *table = vm->GetEcmaStringTable(); in StringTableSpecialStringInternFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.cpp | 27 const auto &table = this->*member; in Dump() local
|
| D | code_info_builder.cpp | 218 EnumerateTables([&tablesMask](size_t index, const auto &table) { in Encode() 228 EnumerateTables([&out]([[maybe_unused]] size_t index, const auto &table) { in Encode()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | debug_info_cache.h | 93 auto &table = debugInfo.GetLineNumberTable(methodId); in EnumerateLineEntries() local
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | debug_info_cache.h | 93 auto &table = debugInfo.GetLineNumberTable(methodId); in EnumerateLineEntries() local
|
| D | breakpoint.cpp | 60 auto &table = debugInfo->GetLineNumberTable(methodId); in TryResolveImpl() local
|