Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc746 RecordArrayElementsInTransactionImpl(array->AsCharArray(), count); in RecordArrayElementsInTransaction()
890 CharArray* src = shadow_frame->GetVRegReference(arg_offset)->AsCharArray(); in UnstartedRuntimeInvoke()
891 CharArray* dst = shadow_frame->GetVRegReference(arg_offset + 2)->AsCharArray(); in UnstartedRuntimeInvoke()
Dinterpreter_goto_table_impl.cc1010 CharArray* array = a->AsCharArray(); in ExecuteGotoImpl()
1139 CharArray* array = a->AsCharArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc909 CharArray* array = a->AsCharArray(); in ExecuteSwitchImpl()
1038 CharArray* array = a->AsCharArray(); in ExecuteSwitchImpl()
/art/runtime/
Dtransaction.cc398 array->AsCharArray()->SetWithoutChecks<false>(index, static_cast<uint16_t>(value)); in UndoArrayWrite()
Dtransaction_test.cc328 mirror::CharArray* charArray = charArrayField->GetObject(h_klass.Get())->AsCharArray(); in TEST_F()
/art/runtime/mirror/
Dobject.h159 CharArray* AsCharArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h293 inline CharArray* Object::AsCharArray() { in AsCharArray() function