Home | History | Annotate | Download | only in gc

Lines Matching full:mirror

20 #include "mirror/class-inl.h"
21 #include "mirror/object-inl.h"
22 #include "mirror/object_array-inl.h"
46 mirror::Class* c = class_linker_->FindSystemClass("[Ljava/lang/Object;");
48 SirtRef<mirror::ObjectArray<mirror::Object> > array(soa.Self(),
49 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), c, 2048));
51 array->Set(j, mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"));
64 mirror::Object* fake_end_of_heap_object =
65 reinterpret_cast<mirror::Object*>(&heap_begin[heap_capacity -