Lines Matching refs:count_offset
1518 const int32_t count_offset = mirror::String::CountOffset().Int32Value(); in VisitStringCompareTo() local
1539 __ Ldr(temp3, HeapOperand(str, count_offset)); in VisitStringCompareTo()
1540 __ Ldr(temp2, HeapOperand(arg, count_offset)); in VisitStringCompareTo()
1546 __ Ldr(temp0, HeapOperand(str, count_offset)); in VisitStringCompareTo()
1547 __ Ldr(temp1, HeapOperand(arg, count_offset)); in VisitStringCompareTo()
1752 const int32_t count_offset = mirror::String::CountOffset().Int32Value(); in VisitStringEquals() local
1806 __ Ldr(temp, MemOperand(arg.X(), count_offset)); in VisitStringEquals()
1814 __ Ldr(temp, MemOperand(str.X(), count_offset)); in VisitStringEquals()
1815 __ Ldr(temp1, MemOperand(arg.X(), count_offset)); in VisitStringEquals()
2285 const uint32_t count_offset = mirror::String::CountOffset().Uint32Value(); in VisitStringGetCharsNoCheck() local
2287 __ Ldr(tmp2, MemOperand(srcObj, count_offset)); in VisitStringGetCharsNoCheck()