Home
last modified time | relevance | path

Searched refs:PoisonObjectPointers (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dheap-visit-objects-inl.h62 self->PoisonObjectPointers(); in VisitObjects()
67 self->PoisonObjectPointers(); in VisitObjects()
Dheap-inl.h66 self->PoisonObjectPointers(); in AllocObjectWithAllocator()
/art/runtime/
Dthread-inl.h49 PoisonObjectPointers(); in AllowThreadSuspension()
356 Thread::Current()->PoisonObjectPointers(); in PoisonObjectPointersIfDebug()
Dclass_linker-inl.h122 Thread::Current()->PoisonObjectPointers(); in ResolveType()
Dthread.h591 ALWAYS_INLINE void PoisonObjectPointers() { in PoisonObjectPointers() function
Dclass_linker.cc2843 self->PoisonObjectPointers(); // For DefineClass, CreateArrayClass, etc... in FindClass()