Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h81 int next_table; member
159 .next_table = 0, \
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_core.c97 assert(ctx->next_table < ctx->tables_num); in xlat_table_get_empty()
99 return ctx->tables[ctx->next_table++]; in xlat_table_get_empty()
Dxlat_tables_utils.c236 used_page_tables = ctx->next_table; in xlat_tables_print()
/external/v8/src/objects/
Dordered-hash-table.h256 void SetNextTable(Derived next_table) { set(NextTableIndex(), next_table); } in SetNextTable() argument
Dordered-hash-table.cc1442 TableType next_table = table.NextTable(); in Transition() local
1459 table = next_table; in Transition()
/external/elfutils/src/
Dreadelf.c5483 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 …]
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1488 TNode<Object> next_table = in Transition() local
1490 GotoIf(TaggedIsSmi(next_table), &done_loop); in Transition()
1492 var_table = CAST(next_table); in Transition()
/external/v8/src/compiler/
Djs-call-reducer.cc7035 Node* next_table = effect = in ReduceCollectionIteratorPrototypeNext() local
7039 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), next_table); in ReduceCollectionIteratorPrototypeNext()
7075 receiver, next_table, effect, control); in ReduceCollectionIteratorPrototypeNext()