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

  /art/runtime/mirror/
throwable.cc 27 #include "object_array.h"
28 #include "object_array-inl.h"
101 ObjPtr<ObjectArray<Object>> object_array = stack_state->AsObjectArray<Object>(); local
104 DCHECK_GT(object_array->GetLength(), 0);
105 ObjPtr<Object> methods_and_dex_pcs = object_array->Get(0);
  /art/runtime/native/
java_lang_Class.cc 34 #include "mirror/object_array-inl.h"
181 auto object_array = hs.NewHandle(mirror::ObjectArray<mirror::Field>::Alloc( local
183 if (object_array == nullptr) {
198 object_array->SetWithoutChecks<false>(array_idx++, reflect_field);
212 object_array->SetWithoutChecks<false>(array_idx++, reflect_field);
216 return object_array.Get();
    [all...]
  /art/runtime/gc/
heap.cc 78 #include "mirror/object_array-inl.h"
3052 mirror::ObjectArray<mirror::Object>* object_array = variable
    [all...]

Completed in 76 milliseconds