Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.cc1608 Expression* callee, const Arguments& arguments, bool is_tailcall) { in GeneratePointerCall() argument
1649 bool no_result = type->return_type()->IsVoidOrNever() || is_tailcall; in GeneratePointerCall()
1672 if (is_tailcall) { in GeneratePointerCall()
1697 const TypeVector& specialization_types, bool is_tailcall) { in GenerateCall() argument
1724 if (result_type->IsVoidOrNever() || is_tailcall) { in GenerateCall()
1739 if (is_tailcall) { in GenerateCall()
1745 if (is_tailcall) { in GenerateCall()
1752 if (is_tailcall) { in GenerateCall()
1817 if (!result_type->IsVoidOrNever() && !is_tailcall && in GenerateCall()
1858 bool is_tailcall) { in Visit() argument
[all …]