Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_frontend/ets2panda/evaluate/
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); in FindImportedEntity() local
139 auto *table = debugInfoStorage_.GetImportExportTable(filePath); in FindExportedEntity() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_object_state_info.cpp59 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
Dets_itable_builder.cpp77 auto table = interface->GetITable().Get(); in LinearizeITable() local
112 auto table = interface->GetITable().Get(); in Build() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h194 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
Dcontainers_hashset_stub_builder.h40 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
Dcontainers_hashmap_stub_builder.h39 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
Dcontainers_linkedlist_stub_builder.h39 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
Dcontainers_list_stub_builder.h39 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/
Dlinked_hash_table.cpp30 JSHandle<Derived> table; in Create() local
43 …inkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHandle<Derived> &table, in Insert()
69const 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()
Dtagged_hash_table.h103 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/
Dbase_string_table_test.cpp44 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
Decma_string_table_test.cpp45 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/
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
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/
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
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/
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
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/CRC32/bu_CRC32_sts_state/
Dbench_CRC32_sts_state.js29 function test(str, table) { argument
/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.cpp95 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/
Dstringtableconcatstringintern_fuzzer.cpp44 EcmaStringTable* table = vm->GetEcmaStringTable(); in StringTableConcatStringInternFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stringtablespecialstringintern_fuzzer/
Dstringtablespecialstringintern_fuzzer.cpp46 EcmaStringTable *table = vm->GetEcmaStringTable(); in StringTableSpecialStringInternFuzzTest() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.cpp27 const auto &table = this->*member; in Dump() local
Dcode_info_builder.cpp218 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/
Ddebug_info_cache.h93 auto &table = debugInfo.GetLineNumberTable(methodId); in EnumerateLineEntries() local
/arkcompiler/toolchain/tooling/static/debugger/
Ddebug_info_cache.h93 auto &table = debugInfo.GetLineNumberTable(methodId); in EnumerateLineEntries() local
Dbreakpoint.cpp60 auto &table = debugInfo->GetLineNumberTable(methodId); in TryResolveImpl() local

1234