HomeSort by relevance Sort by last modified time
    Searched refs:ObjectArray (Results 26 - 50 of 55) sorted by null

12 3

  /art/compiler/
image_writer.cc 62 using ::art::mirror::ObjectArray;
370 ObjectArray<Object>* ImageWriter::CreateImageRoots() const {
377 ObjectArray<Object>* dex_caches = ObjectArray<Object>::Alloc(self, object_array_class,
385 SirtRef<ObjectArray<Object> >
387 ObjectArray<Object>::Alloc(self, object_array_class,
411 SirtRef<ObjectArray<Object> > image_roots(self, CreateImageRoots());
501 FixupObjectArray(orig->AsObjectArray<Object>(), down_cast<ObjectArray<Object>*>(copy));
576 void ImageWriter::FixupObjectArray(const ObjectArray<Object>* orig, ObjectArray<Object>* copy)
    [all...]
  /art/runtime/gc/accounting/
space_bitmap.cc 189 mirror::ObjectArray<mirror::ArtField>* fields = klass->GetIFields();
219 mirror::ObjectArray<mirror::ArtField>* fields = klass->GetSFields();
234 mirror::ObjectArray<mirror::Object>* obj_array = obj->AsObjectArray<mirror::Object>();
  /art/runtime/entrypoints/
entrypoint_utils.cc 193 mirror::ObjectArray<mirror::ArtMethod>* vtable;
245 mirror::ObjectArray<mirror::ArtMethod>* vtable;
328 soa.Decode<mirror::ObjectArray<mirror::Object>* >(args_jobj)->Set(i, val);
391 mirror::ObjectArray<mirror::Class>* declared_exceptions = proxy_class->GetThrows()->Get(throws_index);
  /art/runtime/
exception_test.cc 202 mirror::ObjectArray<mirror::StackTraceElement>* trace_array =
203 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array);
class_linker.cc 252 class_roots_ = mirror::ObjectArray<mirror::Class>::Alloc(self, object_array_class.get(), kClassRootsMax);
    [all...]
utils_test.cc 104 mirror::Object* o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0);
114 mirror::Object* o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0);
123 mirror::Object* o = mirror::ObjectArray<mirror::String>::Alloc(soa.Self(), c, 0);
reflection.cc 60 mirror::ObjectArray<mirror::Object>* objects =
61 soa.Decode<mirror::ObjectArray<mirror::Object>*>(javaArgs);
intern_table.cc 98 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>();
thread.cc     [all...]
class_linker_test.cc 337 mirror::ObjectArray<mirror::ArtMethod>* resolved_methods = dex_cache->GetResolvedMethods();
    [all...]
thread.h 53 template<class T> class ObjectArray;
jni_internal.cc 65 using ::art::mirror::ObjectArray;
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
arrays_unittest.cc 168 scoped_ptr<ObjectArray::Params> params(
169 ObjectArray::Params::Create(*params_value));
  /art/runtime/gc/collector/
mark_sweep.h 34 template<class T> class ObjectArray;
345 static void VisitObjectArrayReferences(const mirror::ObjectArray<mirror::Object>* array,
mark_sweep-inl.h 154 inline void MarkSweep::VisitObjectArrayReferences(const mirror::ObjectArray<mirror::Object>* array,
mark_sweep.cc 57 using ::art::mirror::ObjectArray;
    [all...]
  /art/runtime/mirror/
object_test.cc 94 SirtRef<ObjectArray<Object> > a1(soa.Self(),
104 SirtRef<ObjectArray<Object> > oa(soa.Self(),
484 Object* array = ObjectArray<Object>::Alloc(soa.Self(), Object_array_class, 1);
class.cc 608 static void SetPreverifiedFlagOnMethods(mirror::ObjectArray<mirror::ArtMethod>* methods)
  /art/oatdump/
oatdump.cc 704 mirror::ObjectArray<mirror::Object>* image_root_object_array
705 = down_cast<mirror::ObjectArray<mirror::Object>*>(image_root_object);
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 574 mirror::ObjectArray<mirror::StackTraceElement>* trace_array =
575 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array);
  /art/runtime/interpreter/
interpreter.cc 55 using ::art::mirror::ObjectArray;
99 ObjectArray<ArtField>* fields = klass->GetIFields();
138 ObjectArray<Object>* src = shadow_frame->GetVRegReference(arg_offset)->AsObjectArray<Object>();
139 ObjectArray<Object>* dst = shadow_frame->GetVRegReference(arg_offset + 2)->AsObjectArray<Object>();
543 // TODO: use ObjectArray<T>::GetWithoutChecks ?
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 629 TEST(PrintArrayTest, ObjectArray) {
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 629 TEST(PrintArrayTest, ObjectArray) {
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 644 TEST(PrintArrayTest, ObjectArray) {
    [all...]

Completed in 980 milliseconds

12 3