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.h60 self->PoisonObjectPointers(); in AllocObjectWithAllocator()
/art/runtime/
Dthread-inl.h48 PoisonObjectPointers(); in AllowThreadSuspension()
353 Thread::Current()->PoisonObjectPointers(); in PoisonObjectPointersIfDebug()
Dclass_linker-inl.h119 Thread::Current()->PoisonObjectPointers(); in ResolveType()
Dthread.h562 ALWAYS_INLINE void PoisonObjectPointers() { in PoisonObjectPointers() function
Dclass_linker.cc2903 self->PoisonObjectPointers(); // For DefineClass, CreateArrayClass, etc... in FindClass()