Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-types.cc167 bool CanBeInvokedWith(AsmType* return_type,
179 bool AsmFroundType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFroundType
202 bool CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::__anon1293bec80211::AsmMinMaxType
238 bool AsmFFIType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFFIType
275 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFunctionType
307 bool AsmOverloadedFunctionType::CanBeInvokedWith( in CanBeInvokedWith() function in v8::internal::wasm::AsmOverloadedFunctionType
310 if (overloads_[ii]->AsCallableType()->CanBeInvokedWith(return_type, args)) { in CanBeInvokedWith()
348 bool AsmFunctionTableType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFunctionTableType
350 return signature_->AsCallableType()->CanBeInvokedWith(return_type, args); in CanBeInvokedWith()
Dasm-types.h110 virtual bool CanBeInvokedWith(AsmType* return_type, in NON_EXPORTED_BASE()
137 bool CanBeInvokedWith(AsmType* return_type,
171 bool CanBeInvokedWith(AsmType* return_type,
184 bool CanBeInvokedWith(AsmType* return_type,
201 bool CanBeInvokedWith(AsmType* return_type,
Dasm-typer.cc2441 if (!callee_type->CanBeInvokedWith(return_type, args)) { in ValidateCall()
2527 if (!previous_type_signature->CanBeInvokedWith(return_type, args)) { in ValidateCall()