Home
last modified time | relevance | path

Searched refs:NEXT_TABLE_INDEX (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h45 static const int NEXT_TABLE_INDEX = 3; member in panda::ecmascript::LinkedHashTable
198 return JSTaggedValue(Get(NEXT_TABLE_INDEX)); in GetNextTable()
203 Set(thread, NEXT_TABLE_INDEX, nextTable); in SetNextTable()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h175 GateRef nextTableIndex = Int32(LinkedHashTableType::NEXT_TABLE_INDEX); in GetNextTable()
181 GateRef nextTableIndex = Int32(LinkedHashTableType::NEXT_TABLE_INDEX); in SetNextTable()

Completed in 3 milliseconds