Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc839 ExprEffect VisitArguments(ExprType* call, const Environment& env) { in VisitArguments() function in __anon85d096280111::FunctionAnalyzer
847 void VisitArguments(ExprType* call, in VisitArguments() function in __anon85d096280111::FunctionAnalyzer
/external/v8/src/interpreter/
Dbytecode-generator.cc3531 void BytecodeGenerator::VisitArguments(ZonePtrList<Expression>* args, in VisitArguments() function in v8::internal::interpreter::BytecodeGenerator