Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-types.cc166 bool CanBeInvokedWith(AsmType* return_type,
178 bool AsmFroundType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFroundType
201 bool CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::__anon4902d7090211::AsmMinMaxType
237 bool AsmFFIType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFFIType
274 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFunctionType
306 bool AsmOverloadedFunctionType::CanBeInvokedWith( in CanBeInvokedWith() function in v8::internal::wasm::AsmOverloadedFunctionType
309 if (overloads_[ii]->AsCallableType()->CanBeInvokedWith(return_type, args)) { in CanBeInvokedWith()
347 bool AsmFunctionTableType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFunctionTableType
349 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.cc2358 if (!callee_type->CanBeInvokedWith(return_type, args)) { in ValidateCall()
2437 if (!previous_type_signature->CanBeInvokedWith(return_type, args)) { in ValidateCall()