OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsCallableType
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/asmjs/
asm-types.cc
15
AsmCallableType* AsmType::
AsCallableType
() {
37
return this->
AsCallableType
()->Name();
66
if (auto* as_callable = this->
AsCallableType
()) {
142
return other->
AsCallableType
() == this;
309
if (overloads_[ii]->
AsCallableType
()->CanBeInvokedWith(return_type, args)) {
318
DCHECK(overload->
AsCallableType
() != nullptr);
349
return signature_->
AsCallableType
()->CanBeInvokedWith(return_type, args);
asm-types.h
237
AsmCallableType*
AsCallableType
();
asm-typer.cc
[
all
...]
Completed in 165 milliseconds