/external/chromium_org/v8/src/ |
preparse-data-format.h | 34 // Generic and general data used by preparse data recorders and readers. 38 // Layout and constants of the preparse data exchange format.
|
preparse-data.cc | 30 #include "preparse-data-format.h" 31 #include "preparse-data.h"
|
parser.h | 33 #include "preparse-data-format.h" 34 #include "preparse-data.h" 150 // Pre-parse a character stream and return full preparse data. 155 static ScriptDataImpl* PreParse(Isolate* isolate,
|
preparser.h | 209 // Preparsing checks a JavaScript program and emits preparse-data that helps 211 // See preparse-data-format.h for the data format.
|
preparse-data.h | 41 // Abstract interface for preparse data recorder.
|
v8-counters.h | 47 HT(pre_parse, V8.PreParse) \
|
/external/v8/src/ |
preparse-data-format.h | 34 // Generic and general data used by preparse data recorders and readers. 38 // Layout and constants of the preparse data exchange format.
|
preparser-api.cc | 41 #include "preparse-data-format.h" 42 #include "preparse-data.h" 187 PreParserData Preparse(UnicodeInputStream* input, size_t max_stack) {
|
preparse-data.cc | 30 #include "preparse-data-format.h" 31 #include "preparse-data.h"
|
preparser.h | 45 // Preparsing checks a JavaScript program and emits preparse-data that helps 47 // See preparse-data-format.h for the data format. 148 allow_natives_syntax, allow_modules).PreParse(); 486 // Preparse the program. Only called in PreParseProgram after creating 488 PreParseResult PreParse() {
|
parser.h | 33 #include "preparse-data-format.h" 34 #include "preparse-data.h" 174 // Generic preparser generating full preparse data. 175 static ScriptDataImpl* PreParse(Utf16CharacterStream* source,
|
SConscript | 107 preparse-data.cc 251 preparse-data.cc
|
preparse-data.h | 41 // Abstract interface for preparse data recorder.
|
compiler.cc | 501 // Building preparse data that is only used immediately after is only a 503 // I.e., preparse data isn't relevant when the lazy flag is off, and 505 // that would be compiled lazily anyway, so we skip the preparse step
|
/external/chromium_org/v8/test/mjsunit/tools/ |
profviz-test.log | [all...] |
/external/v8/include/ |
v8-preparser.h | 106 // Preparse a JavaScript program. The source code is provided as a 112 PreParserData V8EXPORT Preparse(UnicodeInputStream* input,
|
/external/v8/preparser/ |
preparser-process.cc | 36 #include "../src/preparse-data-format.h" 355 // Preparse input file. 358 v8::PreParserData data = v8::Preparse(&input_buffer, kMaxStackSize);
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
changes.txt | 107 * run genpname/preparse.pl (on Linux) 110 + perl preparse.pl ~/svn.icu/trunk/src > out.txt 111 + preparse.pl shows no errors, out.txt Info and Warning lines look ok 322 - run preparse.pl 325 + perl preparse.pl \svn\icuproj\icu\trunk > out.txt 326 + preparse.pl complains with errors like the following: 327 Error: sc:Egyp already set to Egyptian_Hieroglyphs, cannot set to Egyp at preparse.pl line 1322, <GEN6> line 34. 333 + preparse.pl complains with errors about block names missing from uchar.h; add them 555 - run preparse.pl 558 + perl preparse.pl \svn\icuproj\icu\uni51 > out.tx [all...] |
/external/chromium_org/v8/test/cctest/ |
test-parsing.cc | 202 v8::ScriptData* preparse = local 204 CHECK(!preparse->HasError()); 211 v8::Script::Compile(script_source, NULL, preparse); 220 v8::Script::New(script_source, NULL, preparse, v8::Local<v8::String>()); 222 delete preparse; 333 i::ScriptDataImpl* data = i::PreParserApi::PreParse(isolate, &stream); 360 i::ScriptDataImpl* data = i::PreParserApi::PreParse(isolate, &stream); [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 200 v8::ScriptData* preparse = local 202 CHECK(!preparse->HasError()); 208 v8::Script::Compile(script_source, NULL, preparse); 216 v8::Script::New(script_source, NULL, preparse, v8::Local<v8::String>()); 218 delete preparse; 333 i::ParserApi::PreParse(&stream, NULL, false); [all...] |
/external/icu4c/common/ |
messagepattern.cpp | 267 preParse(pattern, parseError, errorCode); 276 preParse(pattern, parseError, errorCode); 285 preParse(pattern, parseError, errorCode); 294 preParse(pattern, parseError, errorCode); 302 // Mostly the same as preParse(). 404 MessagePattern::preParse(const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode) { [all...] |
/external/v8/tools/gyp/ |
v8.gyp | 403 '../../src/preparse-data-format.h', 404 '../../src/preparse-data.cc', 405 '../../src/preparse-data.h', [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
v8_log_importer.js | 42 'V8.PreParse': { pause: true, no_execution: true},
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8ScriptRunner.cpp | 47 // Very small scripts are not worth the effort to preparse.
|
/external/v8/ |
Android.v8common.mk | 67 src/preparse-data.cc \
|