Searched refs:zombie (Results 1 – 5 of 5) sorted by relevance
47 inline void FinalizerReference::SetZombie(ObjPtr<Object> zombie) { in SetZombie() argument48 return SetFieldObjectVolatile<kTransactionActive>(ZombieOffset(), zombie); in SetZombie()
125 void SetZombie(ObjPtr<Object> zombie) REQUIRES_SHARED(Locks::mutator_lock_);
10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
883 ArtField* zombie = java_lang_ref_FinalizerReference->GetInstanceField(2); in FinishInit() local884 CHECK_STREQ(zombie->GetName(), "zombie"); in FinishInit()885 CHECK_STREQ(zombie->GetTypeDescriptor(), "Ljava/lang/Object;"); in FinishInit()