HomeSort by relevance Sort by last modified time
    Searched defs:source_code (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc 42 std::string source_code; member in struct:__anon10554::TestCase
80 SCOPED_TRACE(cases[i].source_code);
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL));
143 std::string source_code; member in struct:__anon10554::TestCase
159 SCOPED_TRACE(cases[i].source_code);
163 cases[i].source_code, kTestHashSeed, &bytecode, &error));
175 std::string source_code; member in struct:__anon10554::TestCase
180 SCOPED_TRACE(cases[i].source_code);
184 cases[i].source_code, kTestHashSeed, &bytecode, &error));
jtl_compiler_frontend.cc 81 std::string source_code; local
82 if (!base::ReadFileToString(source_code_path, &source_code)) {
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
jtl_parser_unittest.cc 124 const char* source_code; member in struct:__anon10556::TestCase
157 SCOPED_TRACE(cases[i].source_code);
159 CreateParserFromVerboseText(cases[i].source_code));
166 const char* source_code; member in struct:__anon10556::TestCase
190 SCOPED_TRACE(cases[i].source_code);
195 cases[i].source_code,
212 const char* source_code; member in struct:__anon10556::TestCase
231 CreateParserFromVerboseText(cases[i].source_code));
255 const char* source_code; member in struct:__anon10556::TestCase
273 CreateParserFromVerboseText(cases[i].source_code));
286 const char* source_code; member in struct:__anon10556::TestCase
318 const char* source_code; member in struct:__anon10556::TestCase
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 59 Handle<String> source_code = isolate->factory()->NewStringFromUtf8( local
62 Compiler::CompileScript(source_code,
  /external/chromium_org/v8/src/
bootstrapper.cc 57 Handle<String> source_code = local
60 heap->natives_source_cache()->set(index, *source_code);
1492 Handle<String> source_code = local
1501 Handle<String> source_code; local
2347 Handle<String> source_code = local
    [all...]

Completed in 317 milliseconds