Home
last modified time | relevance | path

Searched refs:kWeakGlobal (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Djava_vm_ext.cc437 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()
Dindirect_reference_table.h119 kWeakGlobal = 3 // <<weak global reference>> enumerator
Dcheck_jni.cc771 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()
Dreflection.cc897 DCHECK_EQ(kind, kWeakGlobal); in UpdateReference()
Dthread.cc1906 DCHECK_EQ(kind, kWeakGlobal); in DecodeJObject()
1926 CHECK_EQ(kind, kWeakGlobal); in IsJWeakCleared()
Djni_internal.cc2318 case kWeakGlobal: in GetObjectRefType()