Searched refs:kWeakGlobal (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | java_vm_ext.cc | 437 weak_globals_(kWeakGlobalsInitial, kWeakGlobalsMax, kWeakGlobal), in JavaVMExt() 656 DCHECK_EQ(GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobal() 675 DCHECK_EQ(GetIndirectRefKind(ref), kWeakGlobal); in DecodeWeakGlobalDuringShutdown() 688 DCHECK_EQ(GetIndirectRefKind(ref), kWeakGlobal); in IsWeakGlobalCleared()
|
D | indirect_reference_table.h | 119 kWeakGlobal = 3 // <<weak global reference>> enumerator
|
D | check_jni.cc | 771 if (GetIndirectRefKind(ref) != kWeakGlobal) { in CheckInstance() 1933 return NewRef(__FUNCTION__, env, obj, kWeakGlobal); in NewWeakGlobalRef() 1941 DeleteRef(__FUNCTION__, env, obj, kWeakGlobal); in DeleteWeakGlobalRef() 2598 case kWeakGlobal: in NewRef() 2627 case kWeakGlobal: in DeleteRef()
|
D | reflection.cc | 897 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
|
D | thread.cc | 1906 DCHECK_EQ(kind, kWeakGlobal); in DecodeJObject() 1926 CHECK_EQ(kind, kWeakGlobal); in IsJWeakCleared()
|
D | jni_internal.cc | 2318 case kWeakGlobal: in GetObjectRefType()
|