/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler_unittest.cc | 42 std::string source_code; member in struct:__anon9777::TestCase 80 SCOPED_TRACE(cases[i].source_code); 83 cases[i].source_code, kTestHashSeed, &bytecode, NULL)); 143 std::string source_code; member in struct:__anon9777::TestCase 159 SCOPED_TRACE(cases[i].source_code); 163 cases[i].source_code, kTestHashSeed, &bytecode, &error)); 175 std::string source_code; member in struct:__anon9777::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:__anon9779::TestCase 157 SCOPED_TRACE(cases[i].source_code); 159 CreateParserFromVerboseText(cases[i].source_code)); 166 const char* source_code; member in struct:__anon9779::TestCase 190 SCOPED_TRACE(cases[i].source_code); 195 cases[i].source_code, 212 const char* source_code; member in struct:__anon9779::TestCase 231 CreateParserFromVerboseText(cases[i].source_code)); 255 const char* source_code; member in struct:__anon9779::TestCase 273 CreateParserFromVerboseText(cases[i].source_code)); 286 const char* source_code; member in struct:__anon9779::TestCase 318 const char* source_code; member in struct:__anon9779::TestCase [all...] |
/external/chromium_org/v8/src/ |
bootstrapper.cc | 88 Handle<String> source_code = local 90 heap->natives_source_cache()->set(index, *source_code); 1439 Handle<String> source_code = local 1448 Handle<String> source_code = local 2317 Handle<String> source_code = local [all...] |
debug.cc | 780 Handle<String> source_code = local 788 function_info = Compiler::Compile(source_code, [all...] |
/external/v8/src/ |
bootstrapper.cc | 85 Handle<String> source_code = local 87 heap->natives_source_cache()->set(index, *source_code); 1282 Handle<String> source_code = local 1291 Handle<String> source_code = local 2062 Handle<String> source_code = local [all...] |
debug.cc | 744 Handle<String> source_code = local 751 function_info = Compiler::Compile(source_code, [all...] |