Home
last modified time | relevance | path

Searched defs:linkedTable (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp44 GateRef linkedTable = GetLinked(); in Clear() local
135 GateRef linkedTable = GetLinked(); in ForEach() local
171 GateRef linkedTable = GetLinked(); in MapSetOrSetAdd() local
212 GateRef linkedTable in Delete() local
238 GateRef linkedTable = GetLinked(); Has() local
264 GateRef linkedTable = GetLinked(); Get() local
[all...]
H A Dlinked_hashtable_stub_builder.h53 GateRef HashToBucket(GateRef linkedTable, GateRef hash) in HashToBucket() argument
66 GateRef GetKey(GateRef linkedTable, GateRe argument
72 SetKey(GateRef linkedTable, GateRef entry, GateRef key) SetKey() argument
78 GetValue(GateRef linkedTable, GateRef entry) GetValue() argument
85 SetValue(GateRef linkedTable, GateRef entry, GateRef value) SetValue() argument
92 EntryToIndex(GateRef linkedTable, GateRef entry) EntryToIndex() argument
100 GetElement(GateRef linkedTable, GateRef index) GetElement() argument
105 SetElement(GateRef linkedTable, GateRef index, GateRef value) SetElement() argument
107 SetValueToTaggedArray(VariableType::JS_ANY(), glue_, linkedTable, index, value); SetElement() local
110 GetDeletedNum(GateRef linkedTable, GateRef entry) GetDeletedNum() argument
115 SetDeletedNum(GateRef linkedTable, GateRef entry, GateRef num) SetDeletedNum() argument
120 GetNextEntry(GateRef linkedTable, GateRef entry) GetNextEntry() argument
126 SetNextEntry(GateRef linkedTable, GateRef entry, GateRef nextEntry) SetNextEntry() argument
132 GetCapacity(GateRef linkedTable) GetCapacity() argument
139 SetCapacity(GateRef linkedTable, GateRef numberOfElements) SetCapacity() argument
142 SetValueToTaggedArray(VariableType::JS_NOT_POINTER(), glue_, linkedTable, capacityIndex, SetCapacity() local
146 GetNumberOfElements(GateRef linkedTable) GetNumberOfElements() argument
153 SetNumberOfElements(GateRef linkedTable, GateRef num) SetNumberOfElements() argument
156 SetValueToTaggedArray(VariableType::JS_NOT_POINTER(), glue_, linkedTable, Int32(elementsIndex), SetNumberOfElements() local
160 GetNumberOfDeletedElements(GateRef linkedTable) GetNumberOfDeletedElements() argument
167 SetNumberOfDeletedElements(GateRef linkedTable, GateRef num) SetNumberOfDeletedElements() argument
170 SetValueToTaggedArray(VariableType::JS_NOT_POINTER(), glue_, linkedTable, deletedIndex, IntToTaggedInt(num)); SetNumberOfDeletedElements() local
173 GetNextTable(GateRef linkedTable) GetNextTable() argument
179 SetNextTable(GateRef linkedTable, GateRef nexTable) SetNextTable() argument
182 SetValueToTaggedArray(VariableType::JS_POINTER(), glue_, linkedTable, nextTableIndex, nexTable); SetNextTable() local
194 InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) InsertNewEntry() argument
[all...]
H A Dlinked_hashtable_stub_builder.cpp28 Rehash( GateRef linkedTable, GateRef newTable) Rehash() argument
116 GrowCapacity( GateRef linkedTable, GateRef numberOfAddedElements) GrowCapacity() argument
156 RemoveEntry( GateRef linkedTable, GateRef entry) RemoveEntry() argument
193 HasSufficientCapacity( GateRef linkedTable, GateRef numOfAddElements) HasSufficientCapacity() argument
236 FindElement( GateRef linkedTable, GateRef key, GateRef hash) FindElement() argument
299 GetDeletedElementsAt( GateRef linkedTable, GateRef entry) GetDeletedElementsAt() argument
370 Clear(GateRef linkedTable) Clear() argument
388 SetValueToTaggedArray(VariableType::JS_NOT_POINTER(), glue_, linkedTable, Int32(i), Hole()); Clear() local
520 Insert( GateRef linkedTable, GateRef key, GateRef value) Insert() argument
567 Delete( GateRef linkedTable, GateRef key) Delete() argument
599 Has( GateRef linkedTable, GateRef key) Has() argument
731 Get( GateRef linkedTable, GateRef key) Get() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp1142 GateRef linkedTable = builder.GetLinked(obj); in GenerateCircuit() local
1153 GateRef linkedTable = builder.GetLinked(obj); in GenerateCircuit() local
1164 GateRef linkedTable = builder.GetLinked(obj); in GenerateCircuit() local
1226 GateRef linkedTable = builder.GetLinked(obj); in GenerateCircuit() local
1237 GateRef linkedTable = builder.GetLinked(obj); in GenerateCircuit() local
1248 GateRef linkedTable = builder.GetLinked(obj); GenerateCircuit() local
[all...]

Completed in 5 milliseconds