Lines Matching refs:count_offset
1872 const int32_t count_offset = mirror::String::CountOffset().Int32Value(); in VisitStringCompareTo() local
1893 __ Ldr(temp3, HeapOperand(str, count_offset)); in VisitStringCompareTo()
1894 __ Ldr(temp2, HeapOperand(arg, count_offset)); in VisitStringCompareTo()
1900 __ Ldr(temp0, HeapOperand(str, count_offset)); in VisitStringCompareTo()
1901 __ Ldr(temp1, HeapOperand(arg, count_offset)); in VisitStringCompareTo()
2106 const int32_t count_offset = mirror::String::CountOffset().Int32Value(); in VisitStringEquals() local
2160 __ Ldr(temp, MemOperand(arg.X(), count_offset)); in VisitStringEquals()
2168 __ Ldr(temp, MemOperand(str.X(), count_offset)); in VisitStringEquals()
2169 __ Ldr(temp1, MemOperand(arg.X(), count_offset)); in VisitStringEquals()
2655 const uint32_t count_offset = mirror::String::CountOffset().Uint32Value(); in VisitStringGetCharsNoCheck() local
2657 __ Ldr(tmp2, MemOperand(srcObj, count_offset)); in VisitStringGetCharsNoCheck()