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