Home
last modified time | relevance | path

Searched refs:PrintProgram (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.h63 const char* PrintProgram(FunctionLiteral* program);
105 const char* PrintProgram(FunctionLiteral* program);
Dprettyprinter.cc954 const char* PrettyPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::PrettyPrinter
1193 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::AstPrinter
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.h16 static void PrintProgram(const CodeGen::Program& program);
Ddump_bpf.cc146 void DumpBPF::PrintProgram(const CodeGen::Program& program) { in PrintProgram() function in sandbox::bpf_dsl::DumpBPF
/external/v8/src/
Dcodegen.cc112 PrettyPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()
117 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()
Dcompiler.cc1860 PrettyPrinter(isolate()).PrintProgram(literal())); in PrintAstForTesting()