Home
last modified time | relevance | path

Searched defs:tableOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h193 GateRef tableOffset = IntPtr(JSAPIHashMap::HASHMAP_TABLE_INDEX); in ContainerGetSize() local
198 GateRef tableOffset = IntPtr(JSAPIHashSet::HASHSET_TABLE_INDEX); in ContainerGetSize() local
203 GateRef tableOffset = IntPtr(JSAPILinkedList::DOUBLE_LIST_OFFSET); in ContainerGetSize() local
209 GateRef tableOffset = IntPtr(JSAPIList::SINGLY_LIST_OFFSET); in ContainerGetSize() local
287 GateRef tableOffset = IntPtr(JSAPIHashMap::HASHMAP_TABLE_INDEX); in ContainerGetNode() local
292 GateRef tableOffset = IntPtr(JSAPIHashSet::HASHSET_TABLE_INDEX); in ContainerGetNode() local
297 GateRef tableOffset = IntPtr(JSAPILinkedList::DOUBLE_LIST_OFFSET); in ContainerGetNode() local
302 GateRef tableOffset = IntPtr(JSAPIList::SINGLY_LIST_OFFSET); in ContainerGetNode() local
Dcontainers_hashset_stub_builder.h39 GateRef tableOffset = IntPtr(JSAPIHashSet::HASHSET_TABLE_INDEX); in BUILTINS_WITH_CONTAINERS_HASHSET_STUB_BUILDER() local
46 GateRef tableOffset = IntPtr(JSAPIHashSet::HASHSET_TABLE_INDEX); in GetNode() local
Dcontainers_hashmap_stub_builder.h38 GateRef tableOffset = IntPtr(JSAPIHashMap::HASHMAP_TABLE_INDEX); in BUILTINS_WITH_CONTAINERS_HASHMAP_STUB_BUILDER() local
45 GateRef tableOffset = IntPtr(JSAPIHashMap::HASHMAP_TABLE_INDEX); in GetNode() local
Dcontainers_linkedlist_stub_builder.h38 GateRef tableOffset = IntPtr(JSAPILinkedList::DOUBLE_LIST_OFFSET); in BUILTINS_WITH_CONTAINERS_LIST_STUB_BUILDER() local
46 GateRef tableOffset = IntPtr(JSAPILinkedList::DOUBLE_LIST_OFFSET); in GetNode() local
Dcontainers_list_stub_builder.h38 GateRef tableOffset = IntPtr(JSAPIList::SINGLY_LIST_OFFSET); in BUILTINS_WITH_CONTAINERS_LINKEDLIST_STUB_BUILDER() local
46 GateRef tableOffset = IntPtr(JSAPIList::SINGLY_LIST_OFFSET); in GetNode() local