Searched refs:table_element_type (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc1035 AsmType* table_element_type = nullptr; local
1064 if (table_element_type == nullptr) {
1065 table_element_type = initializer_type;
1066 } else if (!initializer_type->IsA(table_element_type)) {
1077 zone_, pointers->length(), table_element_type));
1104 if (!table_element_type->IsA(target_info_table->signature())) {

Completed in 577 milliseconds