Searched refs:next_table (Results 1 – 5 of 5) sorted by relevance
216 void SetNextTable(Derived* next_table) { set(kNextTableIndex, next_table); } in SetNextTable() argument
692 TableType* next_table = table->NextTable(); in Transition() local709 table = next_table; in Transition()
5446 goto next_table; in print_debug_aranges_section()5467 goto next_table; in print_debug_aranges_section()5478 goto next_table; in print_debug_aranges_section()5524 next_table: in print_debug_aranges_section()5626 goto next_table; in print_debug_rnglists_section()5636 goto next_table; in print_debug_rnglists_section()5646 goto next_table; in print_debug_rnglists_section()5742 goto next_table; in print_debug_rnglists_section()5922 next_table: in print_debug_rnglists_section()8948 goto next_table; in print_debug_loclists_section()[all …]
1063 TNode<Object> next_table = in Transition() local1065 GotoIf(TaggedIsSmi(next_table), &done_loop); in Transition()1067 var_table = CAST(next_table); in Transition()
6478 Node* next_table = effect = in ReduceCollectionIteratorPrototypeNext() local6482 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), next_table); in ReduceCollectionIteratorPrototypeNext()6517 receiver, next_table, effect, control); in ReduceCollectionIteratorPrototypeNext()