Searched refs:CanBeInvokedWith (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/asmjs/ |
D | asm-types.cc | 166 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::__anonf5a0c8920211::AsmMinMaxType 259 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith() function in v8::internal::wasm::AsmFunctionType 291 bool AsmOverloadedFunctionType::CanBeInvokedWith( in CanBeInvokedWith() function in v8::internal::wasm::AsmOverloadedFunctionType 294 if (overloads_[ii]->AsCallableType()->CanBeInvokedWith(return_type, args)) { in CanBeInvokedWith()
|
D | asm-types.h | 106 virtual bool CanBeInvokedWith(AsmType* return_type, in NON_EXPORTED_BASE() 133 bool CanBeInvokedWith(AsmType* return_type, 167 bool CanBeInvokedWith(AsmType* return_type,
|
D | asm-parser.cc | 2231 if (callable->CanBeInvokedWith(return_type, param_specific_types)) { in ValidateCall() 2233 } else if (callable->CanBeInvokedWith(AsmType::Float(), in ValidateCall() 2236 } else if (callable->CanBeInvokedWith(AsmType::Floatish(), in ValidateCall() 2239 } else if (callable->CanBeInvokedWith(AsmType::Double(), in ValidateCall() 2242 } else if (callable->CanBeInvokedWith(AsmType::Signed(), in ValidateCall() 2245 } else if (callable->CanBeInvokedWith(AsmType::Unsigned(), in ValidateCall() 2349 !callable->CanBeInvokedWith(return_type, param_specific_types)) { in ValidateCall()
|