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

  /art/runtime/native/
java_lang_System.cc 118 mirror::ObjectArray<mirror::Object>* dstObjArray = dstArray->AsObjectArray<mirror::Object>();
119 mirror::ObjectArray<mirror::Object>* srcObjArray = srcArray->AsObjectArray<mirror::Object>();
140 mirror::ObjectArray<mirror::Object>* dstObjArray = dstArray->AsObjectArray<mirror::Object>();
141 mirror::ObjectArray<mirror::Object>* srcObjArray = srcArray->AsObjectArray<mirror::Object>();
  /art/runtime/mirror/
array.cc 69 new_array->AsObjectArray<Array>()->Set<false, false>(i, sub_array);
object.cc 90 ObjectArray<Object>* array = dest->AsObjectArray<Object>();
object_array-inl.h 42 return array->AsObjectArray<T>();
object-inl.h 215 inline ObjectArray<T>* Object::AsObjectArray() {
    [all...]
object.h 142 ObjectArray<T>* AsObjectArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
object_test.cc 316 Array* outer = multi->AsObjectArray<Array>()->Get(k);
  /art/runtime/
intern_table.cc 155 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>();
186 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>();
transaction_test.cc 372 objectArrayField->GetObject(h_klass.Get())->AsObjectArray<mirror::Object>();
class_linker.cc     [all...]
debugger.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 714 newArray->AsObjectArray<Object>()->SetWithoutChecks<transaction_active>(i, shadow_frame.GetVRegReference(src_reg));
    [all...]
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /art/runtime/gc/accounting/
space_bitmap.cc 234 mirror::ObjectArray<mirror::Object>* obj_array = obj->AsObjectArray<mirror::Object>();
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/hprof/
hprof.cc 996 rec->AddIdList(aobj->AsObjectArray<mirror::Object>());
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 305 milliseconds