Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h266 Node* BuildArgumentsObject(Variable* arguments);
Dast-graph-builder.cc417 BuildArgumentsObject(scope->arguments()); in CreateGraphBody()
2336 Node* AstGraphBuilder::BuildArgumentsObject(Variable* arguments) { in BuildArgumentsObject() function in v8::internal::compiler::AstGraphBuilder