HomeSort by relevance Sort by last modified time
    Searched refs:GetCharArray (Results 1 - 9 of 9) sorted by null

  /art/runtime/mirror/
string-inl.h 36 inline CharArray* String::GetCharArray() {
42 DCHECK(result >= 0 && result <= GetCharArray()->GetLength());
68 return GetCharArray()->Get(index + GetOffset());
76 DCHECK(result != 0 || ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()) == 0)
string.cc 43 const uint16_t* chars = GetCharArray()->GetData() + GetOffset();
66 const int32_t hash_code = ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength());
72 return CountUtf8Bytes(GetCharArray()->GetData() + GetOffset(), GetLength());
84 CharArray* array = const_cast<CharArray*>(string->GetCharArray());
111 const_cast<uint16_t*>(string->GetCharArray()->GetData());
194 const uint16_t* chars = GetCharArray()->GetData() + GetOffset();
217 const uint16_t* lhsChars = lhs->GetCharArray()->GetData() + lhs->GetOffset();
218 const uint16_t* rhsChars = rhs->GetCharArray()->GetData() + rhs->GetOffset();
string.h 57 CharArray* GetCharArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
object_test.cc 65 ASSERT_TRUE(string->GetCharArray() != NULL);
66 ASSERT_TRUE(string->GetCharArray()->GetData() != NULL);
  /art/runtime/interpreter/
interpreter_common.h 362 ref_value->AsString()->GetCharArray() != NULL) {
  /art/runtime/
jni_internal.cc     [all...]
jni_internal_test.cc     [all...]
debugger.cc     [all...]
  /art/compiler/
image_writer.cc 607 const uint16_t* utf16_string = string->GetCharArray()->GetData() + string->GetOffset();
    [all...]

Completed in 729 milliseconds