HomeSort by relevance Sort by last modified time
    Searched full:function_store_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
preparse-data.cc 44 : function_store_(0),
68 function_store_.Reset();
70 function_store_.Add(start_pos);
72 function_store_.Add(end_pos);
74 function_store_.Add((arg_opt == NULL) ? 0 : 1);
83 function_store_.Add(str.length());
85 function_store_.Add(str[i]);
93 int function_size = function_store_.size();
101 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
143 int function_size = function_store_.size()
    [all...]
preparse-data.h 93 function_store_.Add(start);
94 function_store_.Add(end);
95 function_store_.Add(literals);
96 function_store_.Add(properties);
97 function_store_.Add(language_mode);
108 virtual int function_position() { return function_store_.size(); }
134 Collector<unsigned> function_store_; member in class:v8::internal::FunctionLoggingParserRecorder

Completed in 50 milliseconds