Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_hashset_stub_builder.h33 GateRef tableOffset = IntPtr(JSAPIHashSet::HASHSET_TABLE_INDEX); in GetTableLength() local
40 GateRef tableOffset = IntPtr(JSAPIHashSet::HASHSET_TABLE_INDEX); in GetNode() local
Dcontainers_hashmap_stub_builder.h33 GateRef tableOffset = IntPtr(JSAPIHashMap::HASHMAP_TABLE_INDEX); in GetTableLength() local
40 GateRef tableOffset = IntPtr(JSAPIHashMap::HASHMAP_TABLE_INDEX); in GetNode() local
Dcontainers_linkedlist_stub_builder.h33 GateRef tableOffset = IntPtr(JSAPILinkedList::DOUBLE_LIST_OFFSET); in GetTableLength() local
41 GateRef tableOffset = IntPtr(JSAPILinkedList::DOUBLE_LIST_OFFSET); in GetNode() local
Dcontainers_list_stub_builder.h33 GateRef tableOffset = IntPtr(JSAPIList::SINGLY_LIST_OFFSET); in GetTableLength() local
41 GateRef tableOffset = IntPtr(JSAPIList::SINGLY_LIST_OFFSET); in GetNode() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp539 uint32_t tableOffset = TSModuleTable::GetTSTypeTableOffset(entry); in GetTSTypeTable() local
547 uint32_t tableOffset = TSModuleTable::GetTSTypeTableOffset(tableId); in SetTSTypeTable() local