Searched refs:CanBeInvokedWith (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/asmjs/ |
D | asm-types.cc | 167 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()
|
D | asm-types.h | 110 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,
|
D | asm-typer.cc | 2441 if (!callee_type->CanBeInvokedWith(return_type, args)) { in ValidateCall() 2527 if (!previous_type_signature->CanBeInvokedWith(return_type, args)) { in ValidateCall()
|