OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rewriter
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
rewriter.h
35
// Currently, the
rewriter
takes function literals (only top-level)
39
// The
rewriter
adds a (hidden) variable, called .result, to the
45
class
Rewriter
{
compiler.cc
38
#include "
rewriter
.h"
51
if (!
Rewriter
::Process(function) || !AnalyzeVariableUsage(function)) {
76
if (!
Rewriter
::Optimize(function)) {
447
if (!
Rewriter
::Optimize(literal)) {
rewriter.cc
33
#include "
rewriter
.h"
822
bool
Rewriter
::Process(FunctionLiteral* function) {
840
bool
Rewriter
::Optimize(FunctionLiteral* function) {
Completed in 78 milliseconds