Lines Matching refs:HeapOperand
50 using helpers::HeapOperand;
1241 __ Ldr(temp3, HeapOperand(str, count_offset)); in VisitStringCompareTo()
1242 __ Ldr(temp2, HeapOperand(arg, count_offset)); in VisitStringCompareTo()
1248 __ Ldr(temp0, HeapOperand(str, count_offset)); in VisitStringCompareTo()
1249 __ Ldr(temp1, HeapOperand(arg, count_offset)); in VisitStringCompareTo()
2515 __ Ldrh(temp1, HeapOperand(temp1, primitive_offset)); in VisitSystemArrayCopy()
2549 __ Ldrh(temp2, HeapOperand(temp2, primitive_offset)); in VisitSystemArrayCopy()
2583 __ Ldr(temp1, HeapOperand(temp1, super_offset)); in VisitSystemArrayCopy()
2609 __ Ldr(temp3, HeapOperand(temp1, component_offset)); in VisitSystemArrayCopy()
2613 __ Ldrh(temp3, HeapOperand(temp3, primitive_offset)); in VisitSystemArrayCopy()
2621 __ Ldr(temp3, HeapOperand(temp2, component_offset)); in VisitSystemArrayCopy()
2625 __ Ldrh(temp3, HeapOperand(temp3, primitive_offset)); in VisitSystemArrayCopy()
2639 __ Ldr(temp1, HeapOperand(temp1, component_offset)); in VisitSystemArrayCopy()
2642 __ Ldr(temp1, HeapOperand(temp1, super_offset)); in VisitSystemArrayCopy()
2675 __ Ldr(temp1, HeapOperand(src.W(), class_offset)); in VisitSystemArrayCopy()
2678 __ Ldr(temp2, HeapOperand(temp1, component_offset)); in VisitSystemArrayCopy()
2683 __ Ldrh(temp2, HeapOperand(temp2, primitive_offset)); in VisitSystemArrayCopy()
2740 __ Ldr(tmp, HeapOperand(src.W(), monitor_offset)); in VisitSystemArrayCopy()
2902 __ Str(temp.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf()
2917 MemOperand source = HeapOperand( in VisitIntegerValueOf()
2926 __ Str(in.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf()