Home
last modified time | relevance | path

Searched refs:function_pointer_tables_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/asmjs/
Dasm-typer.h411 ZoneVector<Assignment*> function_pointer_tables_; variable
Dasm-typer.cc206 function_pointer_tables_(zone_) { in AsmTyper()
686 function_pointer_tables_.push_back(assign); in ValidateModuleBeforeFunctionsPhase()
730 for (auto* function_table : function_pointer_tables_) { in ValidateModuleAfterFunctionsPhase()