Home
last modified time | relevance | path

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

/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/ast/
Dprettyprinter.h63 const char* PrintProgram(FunctionLiteral* program);
Dprettyprinter.cc647 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram() function in v8::internal::AstPrinter
/external/v8/src/
Dcodegen.cc112 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()