Searched refs:PrintProgram (Results 1 – 5 of 5) sorted by relevance
16 static void PrintProgram(const CodeGen::Program& program);
146 void DumpBPF::PrintProgram(const CodeGen::Program& program) { in PrintProgram() function in sandbox::bpf_dsl::DumpBPF
63 const char* PrintProgram(FunctionLiteral* program);
647 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::AstPrinter
112 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()