Changeset 192366 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssemblerPrinter.cpp
- Timestamp:
- Nov 12, 2015, 10:12:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerPrinter.cpp
r191677 r192366 38 38 using FPRegisterID = MacroAssembler::FPRegisterID; 39 39 40 // These printers will print a block of information. That block may be41 // indented with the specified indentation.42 void printCPU(CPUState&, int indentation = 0);43 void printCPURegisters(CPUState&, int indentation = 0);44 45 // These printers will print the specified information in line in the46 // print stream. Hence, no indentation will be applied.47 void printRegister(CPUState&, RegisterID);48 void printRegister(CPUState&, FPRegisterID);49 void printMemory(CPUState&, const Memory&);50 51 40 static void printIndent(int indentation) 52 41 {
Note:
See TracChangeset
for help on using the changeset viewer.