Home
last modified time | relevance | path

Searched refs:source_code (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/tools/profile_reset/
Djtl_parser_unittest.cc124 const char* source_code; in TEST() member
157 SCOPED_TRACE(cases[i].source_code); in TEST()
159 CreateParserFromVerboseText(cases[i].source_code)); in TEST()
166 const char* source_code; in TEST() member
190 SCOPED_TRACE(cases[i].source_code); in TEST()
195 cases[i].source_code, in TEST()
212 const char* source_code; in TEST() member
231 CreateParserFromVerboseText(cases[i].source_code)); in TEST()
255 const char* source_code; in TEST() member
273 CreateParserFromVerboseText(cases[i].source_code)); in TEST()
[all …]
Djtl_compiler_unittest.cc42 std::string source_code; in TEST() member
80 SCOPED_TRACE(cases[i].source_code); in TEST()
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL)); in TEST()
143 std::string source_code; in TEST() member
159 SCOPED_TRACE(cases[i].source_code); in TEST()
163 cases[i].source_code, kTestHashSeed, &bytecode, &error)); in TEST()
175 std::string source_code; in TEST() member
180 SCOPED_TRACE(cases[i].source_code); in TEST()
184 cases[i].source_code, kTestHashSeed, &bytecode, &error)); in TEST()
Djtl_compiler_frontend.cc81 std::string source_code; in main() local
82 if (!base::ReadFileToString(source_code_path, &source_code)) { in main()
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) { in main()
Djtl_compiler.h65 static bool Compile(const std::string& source_code,
Djtl_compiler.cc200 bool JtlCompiler::Compile(const std::string& source_code, in Compile() argument
212 if (!JtlParser::RemoveCommentsAndAllWhitespace(source_code, in Compile()
/external/chromium_org/content/renderer/
Dwebsharedworker_proxy.cc56 const base::string16& source_code, in CreateWorkerContext() argument
81 route_id_, script_url, user_agent, source_code, in CreateWorkerContext()
127 const blink::WebString& source_code, in startWorkerContext() argument
133 script_url, true, name, user_agent, source_code, content_security_policy, in startWorkerContext()
Dwebsharedworker_proxy.h46 const blink::WebString& source_code,
75 const base::string16& source_code,
/external/chromium_org/content/worker/
Dwebsharedworker_stub.cc85 const base::string16& source_code, in OnStartWorkerContext() argument
93 impl_->startWorkerContext(url, name_, user_agent, source_code, in OnStartWorkerContext()
Dwebsharedworker_stub.h58 const base::string16& source_code,
/external/v8/test/cctest/
Dtest-compiler.cc117 Handle<String> source_code(FACTORY->NewStringFromUtf8(CStrVector(source))); in Compile() local
119 Compiler::Compile(source_code, in Compile()
/external/chromium_org/v8/test/cctest/
Dtest-compiler.cc104 Handle<String> source_code( in Compile() local
107 Compiler::Compile(source_code, in Compile()
/external/v8/src/
Dbootstrapper.cc85 Handle<String> source_code = in NativesSourceLookup() local
87 heap->natives_source_cache()->set(index, *source_code); in NativesSourceLookup()
1282 Handle<String> source_code = in CompileBuiltin() local
1284 return CompileNative(name, source_code); in CompileBuiltin()
1291 Handle<String> source_code = in CompileExperimentalBuiltin() local
1294 return CompileNative(name, source_code); in CompileExperimentalBuiltin()
2062 Handle<String> source_code = in InstallExtension() local
2066 source_code, in InstallExtension()
Ddebug.cc744 Handle<String> source_code = in CompileDebuggerScript() local
751 function_info = Compiler::Compile(source_code, in CompileDebuggerScript()
/external/chromium_org/v8/src/
Dbootstrapper.cc88 Handle<String> source_code = in NativesSourceLookup() local
90 heap->natives_source_cache()->set(index, *source_code); in NativesSourceLookup()
1439 Handle<String> source_code = in CompileBuiltin() local
1441 return CompileNative(isolate, name, source_code); in CompileBuiltin()
1448 Handle<String> source_code = in CompileExperimentalBuiltin() local
1451 return CompileNative(isolate, name, source_code); in CompileExperimentalBuiltin()
2317 Handle<String> source_code = in InstallExtension() local
2321 source_code, in InstallExtension()
Ddebug.cc780 Handle<String> source_code = in CompileDebuggerScript() local
788 function_info = Compiler::Compile(source_code, in CompileDebuggerScript()
/external/antlr/antlr-3.4/tool/
DREADME.txt81 http://www.pragprog.com/titles/tpdsl/source_code
/external/chromium_org/chrome/browser/profile_resetter/
Dautomatic_profile_resetter_unittest.cc535 void SetTestingProgram(const std::string& source_code) { in SetTestingProgram() argument
536 testing_program_ = source_code; in SetTestingProgram()