Home
last modified time | relevance | path

Searched refs:AsCharArray (Results 1 – 9 of 9) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc278 mirror::CharArray* array = shadow_frame->GetVRegReference(arg[3])->AsCharArray(); in MterpStringGetCharsNoCheck()
Dunstarted_runtime.cc1265 hs.NewHandle(shadow_frame->GetVRegReference(arg_offset + 3)->AsCharArray())); in UnstartedStringGetCharsNoCheck()
1308 hs.NewHandle(shadow_frame->GetVRegReference(arg_offset + 2)->AsCharArray())); in UnstartedStringFactoryNewStringFromChars()
Dinterpreter_switch_impl.cc1005 ObjPtr<mirror::CharArray> array = a->AsCharArray(); in ExecuteSwitchImpl()
1136 ObjPtr<mirror::CharArray> array = a->AsCharArray(); in ExecuteSwitchImpl()
Dinterpreter_common.cc1259 RecordArrayElementsInTransactionImpl(array->AsCharArray(), count); in RecordArrayElementsInTransaction()
/art/runtime/
Dtransaction.cc601 array->AsCharArray()->SetWithoutChecks<false>(index, static_cast<uint16_t>(value)); in UndoArrayWrite()
Dtransaction_test.cc402 mirror::CharArray* charArray = charArrayField->GetObject(h_klass.Get())->AsCharArray(); in TEST_F()
Ddex_file_annotations.cc606 new_array->AsCharArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
/art/runtime/mirror/
Dobject.h224 CharArray* AsCharArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h243 inline CharArray* Object::AsCharArray() { in AsCharArray() function