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

/external/v8/src/asmjs/
H A Dasm-typer.h359 // 6.11 ValidateFloatCoercion
361 AsmType* ValidateFloatCoercion(Call* call);
H A Dasm-typer.cc1743 RECURSE(right_type = ValidateFloatCoercion(right_as_call));
1812 RECURSE(return_type = ValidateFloatCoercion(call));
2370 RECURSE(float_coercion_type = ValidateFloatCoercion(call));
2651 // 6.11 ValidateFloatCoercion
2670 AsmType* AsmTyper::ValidateFloatCoercion(Call* call) { function in class:v8::internal::wasm::AsmTyper

Completed in 65 milliseconds