Searched refs:GetFlaggedCount (Results 1 – 5 of 5) sorted by relevance
/art/runtime/mirror/ |
D | string-inl.h | 244 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible */ true); in AllocEmptyString() 257 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray() 271 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible); in AllocFromCharArray() 283 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible); in AllocFromString()
|
D | string.cc | 105 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() 143 const int32_t length_with_flag = String::GetFlaggedCount(length + length2, compressible); in AllocFromStrings() 179 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() 215 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8()
|
D | string.h | 207 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount() function
|
/art/runtime/ |
D | jni_internal_test.cc | 898 ASSERT_EQ(mirror::String::GetFlaggedCount(4, /* compressible */ true), in TEST_F() 902 ASSERT_EQ(mirror::String::GetFlaggedCount(2, /* compressible */ false), in TEST_F()
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 1568 __ Cmp(temp, Operand(mirror::String::GetFlaggedCount(const_string_length, is_compressed))); in VisitStringEquals()
|