Searched refs:kPoisonReferences (Results 1 – 3 of 3) sorted by relevance
33 template<bool kPoisonReferences, class MirrorType>58 ObjectReference<kPoisonReferences, MirrorType>(MirrorType* mirror_ptr)66 return static_cast<uint32_t>(kPoisonReferences ? -as_bits : as_bits); in Compress()71 uintptr_t as_bits = kPoisonReferences ? -reference_ : reference_; in UnCompress()
56 template<bool kPoisonReferences>58 mirror::ObjectReference<kPoisonReferences, mirror::Object>* obj_ptr) { in MarkObject() argument
102 template<bool kPoisonReferences>103 void MarkObject(mirror::ObjectReference<kPoisonReferences, mirror::Object>* obj_ptr)