Home
last modified time | relevance | path

Searched refs:GetFlaggedCount (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Dstring-alloc-inl.h204 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible= */ true); in AllocEmptyString()
220 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray()
235 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible); in AllocFromCharArray()
249 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible); in AllocFromString()
Dstring.cc90 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace()
130 const int32_t length_with_flag = String::GetFlaggedCount(length + length2, compressible); in AllocFromStrings()
168 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16()
204 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8()
Dstring.h223 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount() function
/art/runtime/
Dstring_builder_append.cc271 length_with_flag_ = mirror::String::GetFlaggedCount(length, compressible); in CalculateLengthWithFlag()
/art/runtime/jni/
Djni_internal_test.cc964 ASSERT_EQ(mirror::String::GetFlaggedCount(4, /* compressible= */ true), in TEST_F()
968 ASSERT_EQ(mirror::String::GetFlaggedCount(2, /* compressible= */ false), in TEST_F()
/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc1515 __ Cmp(temp, Operand(mirror::String::GetFlaggedCount(const_string_length, is_compressed))); in VisitStringEquals()
Dintrinsics_arm64.cc1436 __ Cmp(temp, Operand(mirror::String::GetFlaggedCount(const_string_length, is_compressed))); in VisitStringEquals()