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

/external/v8/src/asmjs/
H A Dasm-typer.h366 // 5.2 ReturnTypeAnnotations
367 AsmType* ReturnTypeAnnotations(Expression* ret_expr);
H A Dasm-typer.cc1231 ReturnTypeAnnotations(ret_statement->expression()));
2752 // 5.2 ReturnTypeAnnotations
2753 AsmType* AsmTyper::ReturnTypeAnnotations(Expression* ret_expr) { function in class:v8::internal::wasm::AsmTyper
2814 RECURSE(a = ReturnTypeAnnotations(cond->then_expression()));
2818 RECURSE(b = ReturnTypeAnnotations(cond->else_expression()));

Completed in 1013 milliseconds