Lines Matching refs:kFunctionName
20 const char* kFunctionName = "f"; member in v8::internal::interpreter::BytecodeGeneratorHelper
29 i::FLAG_ignition_filter = StrDup(kFunctionName); in BytecodeGeneratorHelper()
72 int length = kFormatLength + 2 * StrLength(kFunctionName) + StrLength(body); in MakeBytecodeForFunctionBody()
74 length = SNPrintF(program, kFormat, kFunctionName, body, kFunctionName); in MakeBytecodeForFunctionBody()
76 return MakeBytecode(program.start(), kFunctionName); in MakeBytecodeForFunctionBody()
81 SNPrintF(program, "%s\n%s();", function, kFunctionName); in MakeBytecodeForFunction()
82 return MakeBytecode(program.start(), kFunctionName); in MakeBytecodeForFunction()
87 SNPrintF(program, "%s\n%s();", function, kFunctionName); in MakeBytecodeForFunctionNoFilter()
88 return MakeBytecode(program.start(), "*", kFunctionName); in MakeBytecodeForFunctionNoFilter()
1098 helper.MakeBytecode(snippets[i].code_snippet, helper.kFunctionName); in TEST()
1359 helper.MakeBytecode(snippets[i].code_snippet, helper.kFunctionName); in TEST()
1464 helper.MakeBytecode(snippets[i].code_snippet, helper.kFunctionName); in TEST()
2062 helper.MakeBytecode(snippets[i].code_snippet, helper.kFunctionName); in TEST()