Lines Matching refs:InstructionPrinter

35 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::print_indexed(AccessIndexed* indexed) {
187 void InstructionPrinter::print_monitor(AccessMonitor* monitor) {
194 void InstructionPrinter::print_op2(Op2* instr) {
201 void InstructionPrinter::print_value(Value value) {
210 void InstructionPrinter::print_instr(Instruction* instr) {
215 void InstructionPrinter::print_stack(ValueStack* stack) {
258 void InstructionPrinter::print_inline_level(BlockBegin* block) {
263 void InstructionPrinter::print_unsafe_op(UnsafeOp* op, const char* name) {
268 void InstructionPrinter::print_unsafe_raw_op(UnsafeRawOp* op, const char* name) {
279 void InstructionPrinter::print_unsafe_object_op(UnsafeObjectOp* op, const char* name) {
287 void InstructionPrinter::print_phi(int i, Value v, BlockBegin* b) {
306 void InstructionPrinter::print_alias(Value v) {
313 void InstructionPrinter::fill_to(int pos, char filler) {
318 void InstructionPrinter::print_head() {
329 void InstructionPrinter::print_line(Instruction* instr) {
347 void InstructionPrinter::do_Phi(Phi* x) {
354 void InstructionPrinter::do_Local(Local* x) {
359 void InstructionPrinter::do_Constant(Constant* x) {
373 void InstructionPrinter::do_LoadField(LoadField* x) {
379 void InstructionPrinter::do_StoreField(StoreField* x) {
387 void InstructionPrinter::do_ArrayLength(ArrayLength* x) {
393 void InstructionPrinter::do_LoadIndexed(LoadIndexed* x) {
399 void InstructionPrinter::do_StoreIndexed(StoreIndexed* x) {
406 void InstructionPrinter::do_NegateOp(NegateOp* x) {
412 void InstructionPrinter::do_ArithmeticOp(ArithmeticOp* x) {
417 void InstructionPrinter::do_ShiftOp(ShiftOp* x) {
422 void InstructionPrinter::do_LogicOp(LogicOp* x) {
427 void InstructionPrinter::do_CompareOp(CompareOp* x) {
432 void InstructionPrinter::do_IfOp(IfOp* x) {
443 void InstructionPrinter::do_Convert(Convert* x) {
450 void InstructionPrinter::do_NullCheck(NullCheck* x) {
460 void InstructionPrinter::do_TypeCast(TypeCast* x) {
468 void InstructionPrinter::do_Invoke(Invoke* x) {
488 void InstructionPrinter::do_NewInstance(NewInstance* x) {
494 void InstructionPrinter::do_NewTypeArray(NewTypeArray* x) {
501 void InstructionPrinter::do_NewObjectArray(NewObjectArray* x) {
509 void InstructionPrinter::do_NewMultiArray(NewMultiArray* x) {
521 void InstructionPrinter::do_MonitorEnter(MonitorEnter* x) {
527 void InstructionPrinter::do_MonitorExit(MonitorExit* x) {
533 void InstructionPrinter::do_Intrinsic(Intrinsic* x) {
555 void InstructionPrinter::do_BlockBegin(BlockBegin* x) {
697 void InstructionPrinter::do_CheckCast(CheckCast* x) {
705 void InstructionPrinter::do_InstanceOf(InstanceOf* x) {
713 void InstructionPrinter::do_Goto(Goto* x) {
719 void InstructionPrinter::do_If(If* x) {
729 void InstructionPrinter::do_IfInstanceOf(IfInstanceOf* x) {
734 void InstructionPrinter::do_TableSwitch(TableSwitch* x) {
749 void InstructionPrinter::do_LookupSwitch(LookupSwitch* x) {
764 void InstructionPrinter::do_Return(Return* x) {
774 void InstructionPrinter::do_Throw(Throw* x) {
780 void InstructionPrinter::do_Base(Base* x) {
788 void InstructionPrinter::do_OsrEntry(OsrEntry* x) {
793 void InstructionPrinter::do_ExceptionObject(ExceptionObject* x) {
798 void InstructionPrinter::do_RoundFP(RoundFP* x) {
804 void InstructionPrinter::do_UnsafeGetRaw(UnsafeGetRaw* x) {
810 void InstructionPrinter::do_UnsafePutRaw(UnsafePutRaw* x) {
818 void InstructionPrinter::do_UnsafeGetObject(UnsafeGetObject* x) {
824 void InstructionPrinter::do_UnsafePutObject(UnsafePutObject* x) {
831 void InstructionPrinter::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {
838 void InstructionPrinter::do_UnsafePrefetchRead(UnsafePrefetchRead* x) {
844 void InstructionPrinter::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {
849 void InstructionPrinter::do_ProfileCall(ProfileCall* x) {
860 void InstructionPrinter::do_ProfileInvoke(ProfileInvoke* x) {
867 void InstructionPrinter::do_RuntimeCall(RuntimeCall* x) {
876 void InstructionPrinter::do_MemBar(MemBar* x) {