Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.cc675 source_layout_.AddUseAsm(*use_asm_directive); in ValidateModuleBeforeFunctionsPhase()
689 source_layout_.AddGlobal(*assign); in ValidateModuleBeforeFunctionsPhase()
699 source_layout_.AddExport(*module_return_); in ValidateModuleBeforeFunctionsPhase()
711 source_layout_.AddFunction(*fun_decl); in ValidateModuleFunction()
732 source_layout_.AddTable(*function_table); in ValidateModuleAfterFunctionsPhase()
771 if (!source_layout_.IsValid()) { in ValidateModuleAfterFunctionsPhase()
Dasm-typer.h409 SourceLayoutTracker source_layout_; variable