Lines Matching refs:GetIndirectRefKind
89 return GetIndirectRefKind(localRef) == kSirtOrInvalid && in IsSirtLocalRef()
217 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object); in CheckFieldType()
254 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object); in CheckInstanceFieldID()
633 … what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object, obj); in CheckInstance()
687 ToStr<IndirectRefKind>(GetIndirectRefKind(java_array)).c_str(), java_array, a); in CheckArray()
744 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object); in CheckObject()
1235 if (globalRef != NULL && GetIndirectRefKind(globalRef) != kGlobal) { in DeleteGlobalRef()
1237 ToStr<IndirectRefKind>(GetIndirectRefKind(globalRef)).c_str(), globalRef); in DeleteGlobalRef()
1246 if (weakGlobalRef != NULL && GetIndirectRefKind(weakGlobalRef) != kWeakGlobal) { in DeleteWeakGlobalRef()
1248 ToStr<IndirectRefKind>(GetIndirectRefKind(weakGlobalRef)).c_str(), weakGlobalRef); in DeleteWeakGlobalRef()
1257 …if (localRef != NULL && GetIndirectRefKind(localRef) != kLocal && !IsSirtLocalRef(env, localRef)) { in DeleteLocalRef()
1259 ToStr<IndirectRefKind>(GetIndirectRefKind(localRef)).c_str(), localRef); in DeleteLocalRef()