Home
last modified time | relevance | path

Searched refs:GetTable (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashmap.cpp31 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in HasKey()
39 JSHandle<TaggedHashArray> hashArray(thread, hashMap->GetTable()); in HasValue()
94 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Replace()
118 JSHandle<TaggedHashArray> hashArray(thread, hashMap->GetTable()); in Set()
134 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Get()
148 JSHandle<TaggedHashArray> hashArray(thread, src->GetTable()); in SetAll()
197 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Clear()
211 JSHandle<TaggedHashArray> hashArray(thread, hashMap->GetTable()); in Remove()
H A Djs_api_hashset.cpp39 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Has()
53 JSHandle<TaggedHashArray> hashArray(thread, hashSet->GetTable()); in Add()
70 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Clear()
89 JSHandle<TaggedHashArray> hashArray(thread, hashSet->GetTable()); in Remove()
H A Djs_api_hashset_iterator.cpp43 JSHandle<TaggedHashArray> tableArr(thread, hashSet->GetTable()); in Next()
H A Djs_api_hashmap_iterator.cpp43 JSHandle<TaggedHashArray> tableArr(thread, JSHandle<JSAPIHashMap>::Cast(iteratedHashMap)->GetTable()); in Next()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmultithreaded_intern_string_table_test.cpp79 StringTable *GetTable() in GetTable() function in ark::mem::test::MultithreadedInternStringTableTest
160 auto *table = test->GetTable(); in TestThreadEntry()
178 auto *table = test->GetTable(); in TestConcurrentInsertion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp205 (func == nullptr) ? GlobalTables::GetGsymTable().GetTable().size() : func->GetSymTab()->GetTable().size(); in EmitFunctionSymbolTable()
H A Demit.cpp456 (func == nullptr) ? GlobalTables::GetGsymTable().GetTable().size() : func->GetSymTab()->GetTable().size(); in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_symbol.h675 MapleVector<MIRSymbol *> &GetTable() in GetTable() function in maple::MIRSymbolTable
680 const MapleVector<MIRSymbol *> &GetTable() const in GetTable() function in maple::MIRSymbolTable
H A Dglobal_tables.h661 auto &GetTable()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashset.cpp275 JSHandle<TaggedHashArray> table(thread, hashSet->GetTable()); in ForEach()
H A Dcontainers_hashmap.cpp163 JSHandle<TaggedHashArray> table(thread, hashMap->GetTable()); in ForEach()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h141 auto GetTable() const in GetTable() function in panda::BitTableRow
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_table.h149 auto GetTable() const in GetTable() function in ark::BitTableRow
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp2335 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Dump()
2343 if (!(GetTable().IsInvalidValue())) { in DumpForSnapshot()
2344 TaggedHashArray *map = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in DumpForSnapshot()
2345 vec.emplace_back("hashmap", GetTable()); in DumpForSnapshot()
2354 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Dump()
2362 if (!(GetTable().IsInvalidValue())) { in DumpForSnapshot()
2363 TaggedHashArray *set = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in DumpForSnapshot()
2364 vec.emplace_back("hashset", GetTable()); in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp1001 JSHandle<TaggedHashArray> table(thread, hashMap->GetTable()); in GetHashMapValue()
1035 JSHandle<TaggedHashArray> table(thread, hashSet->GetTable()); in GetHashSetValue()

Completed in 34 milliseconds