Home
last modified time | relevance | path

Searched defs:VisitArguments (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc1023 ExprEffect VisitArguments(ExprType* call, const Environment& env) { in VisitArguments() function in __anon7cced6010111::FunctionAnalyzer
1032 void VisitArguments(ExprType* call, in VisitArguments() function in __anon7cced6010111::FunctionAnalyzer
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc5362 void BytecodeGenerator::VisitArguments(const ZonePtrList<Expression>* args, in VisitArguments() function in v8::internal::interpreter::BytecodeGenerator