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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 91 inline mirror::Class* CheckObjectAlloc(uint32_t type_idx,
179 mirror::Class* klass = CheckObjectAlloc<kAccessCheck>(type_idx, method, self, &slow_path);
184 // CheckObjectAlloc can cause thread suspension which means we may now be instrumented.
    [all...]
  /art/runtime/mirror/
class-inl.h 681 inline void Class::CheckObjectAlloc() {
702 CheckObjectAlloc();
    [all...]

Completed in 3547 milliseconds