Searched refs:next_table (Results 1 – 5 of 5) sorted by relevance
259 void SetNextTable(Derived next_table) { set(NextTableIndex(), next_table); } in SetNextTable() argument
1447 TableType next_table = table.NextTable(); in Transition() local1464 table = next_table; in Transition()
5689 goto next_table; in print_debug_aranges_section()5710 goto next_table; in print_debug_aranges_section()5721 goto next_table; in print_debug_aranges_section()5767 next_table: in print_debug_aranges_section()5869 goto next_table; in print_debug_rnglists_section()5879 goto next_table; in print_debug_rnglists_section()5889 goto next_table; in print_debug_rnglists_section()5985 goto next_table; in print_debug_rnglists_section()6165 next_table: in print_debug_rnglists_section()9371 goto next_table; in print_debug_loclists_section()[all …]
1497 TNode<Object> next_table = in Transition() local1499 GotoIf(TaggedIsSmi(next_table), &done_loop); in Transition()1501 var_table = CAST(next_table); in Transition()
7530 Node* next_table = effect = in ReduceCollectionIteratorPrototypeNext() local7534 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), next_table); in ReduceCollectionIteratorPrototypeNext()7570 receiver, next_table, effect, control); in ReduceCollectionIteratorPrototypeNext()