Lines Matching refs:LIRItem

47 void LIRItem::load_byte_item() {
52 void LIRItem::load_nonconstant(int bits) {
64 inline void load_int_as_long(LIR_List *ll, LIRItem &li, LIR_Opr dst) {
282 LIRItem array(x->array(), this);
283 LIRItem index(x->index(), this);
284 LIRItem value(x->value(), this);
285 LIRItem length(this);
354 LIRItem obj(x->obj(), this);
376 LIRItem obj(x->obj(), this);
387 LIRItem value(x->x(), this);
396 LIRItem left(x->x(), this);
397 LIRItem right(x->y(), this);
398 LIRItem* left_arg = &left;
399 LIRItem* right_arg = &right;
448 LIRItem right(x->y(), this);
449 LIRItem left(x->x() , this); // Visit left second, so that the is_register test is valid.
497 LIRItem left(x->x(), this);
498 LIRItem right(x->y(), this);
524 LIRItem right(x->y(), this);
525 LIRItem left(x->x() , this); // Visit left second, so that the is_register test is valid.
573 LIRItem left(x->x(), this);
574 LIRItem right(x->y(), this);
575 LIRItem* left_arg = &left;
576 LIRItem* right_arg = &right;
632 LIRItem value(x->x(), this);
633 LIRItem count(x->y(), this);
656 LIRItem left(x->x(), this);
657 LIRItem right(x->y(), this);
668 LIRItem left(x->x(), this);
669 LIRItem right(x->y(), this);
685 LIRItem obj (x->argument_at(0), this); // object
686 LIRItem offset(x->argument_at(1), this); // offset of field
687 LIRItem cmp (x->argument_at(2), this); // Value to compare with field.
688 LIRItem val (x->argument_at(3), this); // Replace field with val if matches cmp.
742 LIRItem value(x->argument_at(0), this);
815 LIRItem src(x->argument_at(0), this);
816 LIRItem src_pos(x->argument_at(1), this);
817 LIRItem dst(x->argument_at(2), this);
818 LIRItem dst_pos(x->argument_at(3), this);
819 LIRItem length(x->argument_at(4), this);
846 LIRItem value(x->value(), this);
874 LIRItem length(x->length(), this);
905 LIRItem length(x->length(), this);
933 LIRItem* size = new LIRItem(dims->at(i), this);
952 LIRItem* size = items->at(i);
985 LIRItem obj(x->obj(), this);
1024 LIRItem obj(x->obj(), this);
1049 LIRItem xitem(x->x(), this);
1050 LIRItem yitem(x->y(), this);
1051 LIRItem* xin = &xitem;
1052 LIRItem* yin = &yitem;
1150 LIRItem src(x->object(), this);
1151 LIRItem off(x->offset(), this);
1152 LIRItem value(x->value(), this);
1179 LIRItem crc(x->argument_at(0), this);
1180 LIRItem val(x->argument_at(1), this);
1193 LIRItem crc(x->argument_at(0), this);
1194 LIRItem buf(x->argument_at(1), this);
1195 LIRItem off(x->argument_at(2), this);
1196 LIRItem len(x->argument_at(3), this);
1249 LIRItem value(x->argument_at(0), this);
1250 LIRItem value1(x->argument_at(1), this);
1251 LIRItem value2(x->argument_at(2), this);