Searched refs:InstructionPrinter (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp35 const char* InstructionPrinter::basic_type_name(BasicType type) {
52 const char* InstructionPrinter::cond_name(If::Condition cond) {
66 const char* InstructionPrinter::op_name(Bytecodes::Code op) {
108 bool InstructionPrinter::is_illegal_phi(Value v) {
117 bool InstructionPrinter::is_phi_of_block(Value v, BlockBegin* b) {
123 void InstructionPrinter::print_klass(ciKlass* klass) {
128 void InstructionPrinter::print_object(Value obj) {
168 void InstructionPrinter::print_temp(Value value) {
173 void InstructionPrinter::print_field(AccessField* field) {
179 void InstructionPrinter
[all...]
H A Dc1_InstructionPrinter.hpp33 class InstructionPrinter: public InstructionVisitor { class in inherits:InstructionVisitor
49 InstructionPrinter(bool print_phis = true, outputStream* output = tty) function in class:InstructionPrinter
H A Dc1_ValueStack.cpp202 InstructionPrinter ip;
212 InstructionPrinter ip;
226 InstructionPrinter ip;
H A Dc1_CFGPrinter.cpp176 InstructionPrinter ip(true, output());
235 InstructionPrinter ip(true, output());
H A Dc1_Instruction.cpp104 InstructionPrinter ip;
110 InstructionPrinter ip;
115 void Instruction::print(InstructionPrinter& ip) {
872 InstructionPrinter ip;
877 void BlockBegin::print_block(InstructionPrinter& ip, bool live_only) {
917 InstructionPrinter ip;
H A Dc1_IR.cpp1129 InstructionPrinter* _ip;
1134 BlockPrinter(InstructionPrinter* ip, bool cfg_only, bool live_only = false) {
1152 InstructionPrinter ip(!cfg_only);
H A Dc1_Instruction.hpp36 class InstructionPrinter;
533 void print(InstructionPrinter& ip) PRODUCT_RETURN;
1725 void print_block(InstructionPrinter& ip, bool live_only = false) PRODUCT_RETURN;
H A Dc1_LIRAssembler.cpp239 InstructionPrinter ip(false);
H A Dc1_GraphBuilder.cpp2127 InstructionPrinter ip;
2443 InstructionPrinter ip;

Completed in 61 milliseconds