Searched refs:AllocNonMovableObject (Results 1 - 8 of 8) sorted by relevance

/art/runtime/native/
H A Djava_lang_reflect_Constructor.cc65 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
/art/runtime/mirror/
H A Dobject.cc135 copy = heap->AllocNonMovableObject<true>(self, GetClass(), num_bytes, visitor);
H A Dclass-inl.h574 inline Object* Class::AllocNonMovableObject(Thread* self) { function in class:art::mirror::Class
H A Dclass.cc877 : heap->AllocNonMovableObject<true>(self, java_lang_Class_.Read(), new_length, visitor);
H A Dclass.h470 Object* AllocNonMovableObject(Thread* self)
/art/runtime/gc/
H A Dheap.h184 mirror::Object* AllocNonMovableObject(Thread* self, mirror::Class* klass, size_t num_bytes,
/art/runtime/interpreter/
H A Dinterpreter_common.cc862 Handle<Object> field(hs.NewHandle(jlr_Field->AllocNonMovableObject(self)));
/art/runtime/
H A Dclass_linker.cc212 heap->AllocNonMovableObject<true>(self, nullptr,
1934 heap->AllocNonMovableObject<true>(self, java_lang_Class, class_size, visitor);
1948 GetClassRoot(kJavaLangReflectArtField)->AllocNonMovableObject(self));
1953 GetClassRoot(kJavaLangReflectArtMethod)->AllocNonMovableObject(self));

Completed in 267 milliseconds