Searched refs:PrintCode (Results 1 – 13 of 13) sorted by relevance
151 class PrintCode(gl_XML.gl_print_base): class232 printer = PrintCode()
158 class PrintCode(gl_XML.gl_print_base): class259 printer = PrintCode()
87 static void PrintCode(Handle<Code> code, CompilationInfo* info);
229 void CodeGenerator::PrintCode(Handle<Code> code, CompilationInfo* info) { in PrintCode() function in v8::internal::CodeGenerator
277 static void PrintCode(const Proto* f) in PrintCode() function429 PrintCode(f); in PrintFunction()
54 PrintCode("print-machineinstrs", variable
101 void PrintCode(Instruction* instr); // For break and trap instructions.418 void Decoder::PrintCode(Instruction* instr) { in PrintCode() function in v8::internal::Decoder550 PrintCode(instr); in FormatOption()
101 void PrintCode(Instruction* instr); // For break and trap instructions.434 void Decoder::PrintCode(Instruction* instr) { in PrintCode() function in v8::internal::Decoder566 PrintCode(instr); in FormatOption()
145 def PrintCode(self, file): member in StructCCode1697 entry.PrintCode(impl_fp)
471 CodeGenerator::PrintCode(code, info()); in Codegen()
129 CodeGenerator::PrintCode(code, info); in MakeCode()
1904 v8::internal::CodeGenerator::PrintCode(code, info()); in GenerateCode()