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

/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h118 ALWAYS_INLINE inline mirror::Class* CheckObjectAlloc(mirror::Class* klass,
192 klass = CheckObjectAlloc(klass, self, &slow_path);
197 // CheckObjectAlloc can cause thread suspension which means we may now be instrumented.
/art/runtime/mirror/
H A Dclass-inl.h717 inline void Class::CheckObjectAlloc() { function in class:art::mirror::Class
738 CheckObjectAlloc();
H A Dclass.h1368 void CheckObjectAlloc() REQUIRES_SHARED(Locks::mutator_lock_);

Completed in 54 milliseconds