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

  /art/runtime/interpreter/
interpreter_intrinsics.cc 278 mirror::CharArray* array = shadow_frame->GetVRegReference(arg[3])->AsCharArray();
unstarted_runtime.cc     [all...]
interpreter_common.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /art/runtime/mirror/
object.h 224 CharArray* AsCharArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 243 inline CharArray* Object::AsCharArray() {
    [all...]
  /art/runtime/
transaction.cc 601 array->AsCharArray()->SetWithoutChecks<false>(index, static_cast<uint16_t>(value));
transaction_test.cc 402 mirror::CharArray* charArray = charArrayField->GetObject(h_klass.Get())->AsCharArray();
dex_file_annotations.cc 606 new_array->AsCharArray()->SetWithoutChecks<kTransactionActive>(
    [all...]

Completed in 204 milliseconds