Searched refs:next_table (Results 1 – 8 of 8) sorted by relevance
81 int next_table; member159 .next_table = 0, \
97 assert(ctx->next_table < ctx->tables_num); in xlat_table_get_empty()99 return ctx->tables[ctx->next_table++]; in xlat_table_get_empty()
236 used_page_tables = ctx->next_table; in xlat_tables_print()
256 void SetNextTable(Derived next_table) { set(NextTableIndex(), next_table); } in SetNextTable() argument
1442 TableType next_table = table.NextTable(); in Transition() local1459 table = next_table; in Transition()
5483 goto next_table; in print_debug_aranges_section()5504 goto next_table; in print_debug_aranges_section()5515 goto next_table; in print_debug_aranges_section()5561 next_table: in print_debug_aranges_section()5663 goto next_table; in print_debug_rnglists_section()5673 goto next_table; in print_debug_rnglists_section()5683 goto next_table; in print_debug_rnglists_section()5779 goto next_table; in print_debug_rnglists_section()5959 next_table: in print_debug_rnglists_section()9072 goto next_table; in print_debug_loclists_section()[all …]
1488 TNode<Object> next_table = in Transition() local1490 GotoIf(TaggedIsSmi(next_table), &done_loop); in Transition()1492 var_table = CAST(next_table); in Transition()
7035 Node* next_table = effect = in ReduceCollectionIteratorPrototypeNext() local7039 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), next_table); in ReduceCollectionIteratorPrototypeNext()7075 receiver, next_table, effect, control); in ReduceCollectionIteratorPrototypeNext()