Home
last modified time | relevance | path

Searched refs:store_new_entry (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1230 Label no_hash(this), add_entry(this), store_new_entry(this); in TF_BUILTIN() local
1259 GotoIf(IntPtrLessThan(occupancy.value(), capacity), &store_new_entry); in TF_BUILTIN()
1272 Goto(&store_new_entry); in TF_BUILTIN()
1274 BIND(&store_new_entry); in TF_BUILTIN()
1398 Label no_hash(this), add_entry(this), store_new_entry(this); in TF_BUILTIN() local
1427 GotoIf(IntPtrLessThan(occupancy.value(), capacity), &store_new_entry); in TF_BUILTIN()
1440 Goto(&store_new_entry); in TF_BUILTIN()
1442 BIND(&store_new_entry); in TF_BUILTIN()