HomeSort by relevance Sort by last modified time
    Searched refs:CheckObjectAlloc (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 114 ALWAYS_INLINE inline mirror::Class* CheckObjectAlloc(mirror::Class* klass,
188 klass = CheckObjectAlloc(klass, self, &slow_path);
193 // CheckObjectAlloc can cause thread suspension which means we may now be instrumented.
    [all...]
  /art/runtime/mirror/
class-inl.h 713 inline void Class::CheckObjectAlloc() {
734 CheckObjectAlloc();
    [all...]
class.h     [all...]

Completed in 68 milliseconds