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

  /external/v8/test/cctest/compiler/
test-run-bytecode-graph-builder.cc 20 static const char kFunctionName[] = "f";
68 const char* filter = kFunctionName)
87 const char* functionName = kFunctionName) {
211 SNPrintF(script, "function %s() { %s }\n%s();", kFunctionName,
212 snippets[i].code_snippet, kFunctionName);
239 SNPrintF(script, "function %s() { %s }\n%s();", kFunctionName,
240 snippets[i].code_snippet, kFunctionName);
298 SNPrintF(script, "function %s(p1, p2) { %s }\n%s(0, 0);", kFunctionName,
299 snippets[i].code_snippet, kFunctionName);
343 SNPrintF(script, "function %s(p1) { %s };\n%s(0);", kFunctionName,
    [all...]
  /external/v8/test/cctest/interpreter/
test-bytecode-generator.cc 20 const char* kFunctionName = "f";
29 i::FLAG_ignition_filter = StrDup(kFunctionName);
72 int length = kFormatLength + 2 * StrLength(kFunctionName) + StrLength(body);
74 length = SNPrintF(program, kFormat, kFunctionName, body, kFunctionName);
76 return MakeBytecode(program.start(), kFunctionName);
81 SNPrintF(program, "%s\n%s();", function, kFunctionName);
82 return MakeBytecode(program.start(), kFunctionName);
87 SNPrintF(program, "%s\n%s();", function, kFunctionName);
88 return MakeBytecode(program.start(), "*", kFunctionName);
    [all...]
test-interpreter.cc 54 static const char* kFunctionName = "f";
84 const char* filter = kFunctionName)
90 const char* filter = kFunctionName)
115 return std::string(kFunctionName);
133 ->Get(context, v8_str(kFunctionName))
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 108 milliseconds