Searched defs:CheckObjectAlloc (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h40 static inline mirror::Class* CheckObjectAlloc(uint32_t type_idx, function in namespace:art
128 mirror::Class* klass = CheckObjectAlloc<kAccessCheck>(type_idx, method, self, &slow_path);
/art/runtime/mirror/
H A Dclass-inl.h517 inline void Class::CheckObjectAlloc() { function in class:art::mirror::Class
534 CheckObjectAlloc();

Completed in 144 milliseconds