Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-types.cc160 class AsmFroundType final : public AsmCallableType { class
164 AsmFroundType() : AsmCallableType() {} in AsmFroundType() function in v8::internal::wasm::__anonf5a0c8920111::AsmFroundType
174 auto* Fround = new (zone) AsmFroundType(); in FroundType()
178 bool AsmFroundType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith()