Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.h309 AsmType* ValidateFloatCoercion(Call* call);
Dasm-typer.cc1663 RECURSE(right_type = ValidateFloatCoercion(right_as_call)); in ValidateCommaExpression()
1732 RECURSE(return_type = ValidateFloatCoercion(call)); in ValidateCallExpression()
2290 RECURSE(float_coercion_type = ValidateFloatCoercion(call)); in ValidateCall()
2577 AsmType* AsmTyper::ValidateFloatCoercion(Call* call) { in ValidateFloatCoercion() function in v8::internal::wasm::AsmTyper