Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetIndirectRefKind

90   return GetIndirectRefKind(localRef) == kHandleScopeOrInvalid &&
214 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object);
253 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object);
635 what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object, obj);
689 ToStr<IndirectRefKind>(GetIndirectRefKind(java_array)).c_str(), java_array, a);
746 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object);
1228 if (globalRef != nullptr && GetIndirectRefKind(globalRef) != kGlobal) {
1230 ToStr<IndirectRefKind>(GetIndirectRefKind(globalRef)).c_str(), globalRef);
1239 if (weakGlobalRef != nullptr && GetIndirectRefKind(weakGlobalRef) != kWeakGlobal) {
1241 ToStr<IndirectRefKind>(GetIndirectRefKind(weakGlobalRef)).c_str(), weakGlobalRef);
1250 if (localRef != nullptr && GetIndirectRefKind(localRef) != kLocal && !IsHandleScopeLocalRef(env, localRef)) {
1252 ToStr<IndirectRefKind>(GetIndirectRefKind(localRef)).c_str(), localRef);