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

  /art/runtime/mirror/
class-alloc-inl.h 29 inline void Class::CheckObjectAlloc() {
50 CheckObjectAlloc();
class.h     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 117 ALWAYS_INLINE inline ObjPtr<mirror::Class> CheckObjectAlloc(ObjPtr<mirror::Class> klass,
191 klass = CheckObjectAlloc(klass, self, &slow_path);
196 // CheckObjectAlloc can cause thread suspension which means we may now be instrumented.
    [all...]

Completed in 181 milliseconds