Home
last modified time | relevance | path

Searched refs:CheckObjectAlloc (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass-alloc-inl.h30 inline void Class::CheckObjectAlloc() { in CheckObjectAlloc() function
51 CheckObjectAlloc(); in Alloc()
Dclass.h1386 void CheckObjectAlloc() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h147 ALWAYS_INLINE inline ObjPtr<mirror::Class> CheckObjectAlloc(ObjPtr<mirror::Class> klass, in CheckObjectAlloc() function
174 klass = CheckObjectAlloc(klass, self, &slow_path); in AllocObjectFromCode()