HomeSort by relevance Sort by last modified time
    Searched refs:CanBeInvokedWith (Results 1 - 3 of 3) sorted by null

  /external/v8/src/asmjs/
asm-types.cc 166 bool CanBeInvokedWith(AsmType* return_type,
178 bool AsmFroundType::CanBeInvokedWith(AsmType* return_type,
201 bool CanBeInvokedWith(AsmType* return_type,
237 bool AsmFFIType::CanBeInvokedWith(AsmType* return_type,
274 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type,
306 bool AsmOverloadedFunctionType::CanBeInvokedWith(
309 if (overloads_[ii]->AsCallableType()->CanBeInvokedWith(return_type, args)) {
347 bool AsmFunctionTableType::CanBeInvokedWith(AsmType* return_type,
349 return signature_->AsCallableType()->CanBeInvokedWith(return_type, args);
asm-types.h 110 virtual bool CanBeInvokedWith(AsmType* return_type,
137 bool CanBeInvokedWith(AsmType* return_type,
171 bool CanBeInvokedWith(AsmType* return_type,
184 bool CanBeInvokedWith(AsmType* return_type,
201 bool CanBeInvokedWith(AsmType* return_type,
asm-typer.cc     [all...]

Completed in 101 milliseconds