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

/external/v8/src/asmjs/
H A Dasm-typer.cc1090 auto* target_info_table = target_info->type()->AsFunctionTableType(); local
1091 if (target_info_table == nullptr) {
1099 if (static_cast<int>(target_info_table->length()) != pointers->length()) {
1103 DCHECK(target_info_table->signature()->AsFunctionType());
1104 if (!table_element_type->IsA(target_info_table->signature())) {

Completed in 335 milliseconds