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

  /external/v8/src/
preparse-data.cc 18 : function_store_(0) {
40 function_store_.Reset();
42 function_store_.Add(start_pos);
44 function_store_.Add(end_pos);
46 function_store_.Add((arg_opt == NULL) ? 0 : 1);
48 function_store_.Add(is_reference_error ? 1 : 0);
56 function_store_.Add(str.length());
58 function_store_.Add(str[i]);
64 int function_size = function_store_.size();
70 function_store_.WriteTo(Vector<unsigned>
    [all...]
preparse-data.h 139 function_store_.Add(start);
140 function_store_.Add(end);
141 function_store_.Add(literals);
142 function_store_.Add(properties);
143 function_store_.Add(strict_mode);
161 return function_store_.ToVector();
170 Collector<unsigned> function_store_; member in class:v8::internal::CompleteParserRecorder

Completed in 398 milliseconds