Searched refs:PrintProgram (Results 1 – 7 of 7) sorted by relevance
65 const char* PrintProgram(FunctionLiteral* program);108 const char* PrintProgram(FunctionLiteral* program);
981 const char* PrettyPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::PrettyPrinter1221 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::AstPrinter
16 static void PrintProgram(const CodeGen::Program& program);
146 void DumpBPF::PrintProgram(const CodeGen::Program& program) { in PrintProgram() function in sandbox::bpf_dsl::DumpBPF
110 PrettyPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()115 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()
232 PrettyPrinter(isolate()).PrintProgram(literal())); in PrintAstForTesting()
152 << PrettyPrinter(info->isolate()).PrintProgram(info->literal()) in MakeBytecode()160 << AstPrinter(info->isolate()).PrintProgram(info->literal()) << std::endl in MakeBytecode()