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 40 static inline mirror::Class* CheckObjectAlloc(uint32_t type_idx,
128 mirror::Class* klass = CheckObjectAlloc<kAccessCheck>(type_idx, method, self, &slow_path);
  /art/runtime/mirror/
class-inl.h 538 inline void Class::CheckObjectAlloc() {
555 CheckObjectAlloc();

Completed in 600 milliseconds