Home
last modified time | relevance | path

Searched defs:InsertNewEntry (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h197 void InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) in InsertNewEntry() function
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h327 inline void InsertNewEntry(const JSThread *thread, int bucket, int entry) in InsertNewEntry() function