Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.h207 VisitResult GenerateCall(const std::string& callable_name,
Dimplementation-visitor.cc1696 const std::string& callable_name, Arguments arguments, in GenerateCall() argument
1699 LookupCall(callable_name, arguments, specialization_types); in GenerateCall()
1761 std::cout << "generating code for call to " << callable_name << "\n"; in GenerateCall()
1814 std::cout << "finished generating code for call to " << callable_name in GenerateCall()