Searched refs:globals_ (Results 1 – 4 of 4) sorted by relevance
514 globals_(kGlobal), in JavaVMExt()533 return globals_.Initialize(kGlobalsMax, error_msg) && in Initialize()653 size_t simple_free_capacity = globals_.FreeCapacity(); in CheckGlobalRefAllocationTracking()685 ATraceIntegerValue("JNI Global Refs", globals_.NEntriesForGlobal()); in MaybeTraceGlobals()705 ref = globals_.Add(obj, &error_msg); in AddGlobalRef()756 if (!globals_.Remove(obj)) { in DeleteGlobalRef()799 os << "; globals=" << globals_.Capacity(); in DumpForSigQuit()841 return globals_.Get(ref); in DecodeGlobal()846 globals_.Update(ref, result); in UpdateGlobal()914 globals_.Dump(os); in DumpReferenceTables()[all …]
258 IndirectReferenceTable globals_; variable
63 IndirectReferenceTable* irt = (kind == kGlobal) ? &vm->globals_ : &vm->weak_globals_; in GetIndirectReferenceTable()
407 return ObjPtr<MirrorType>::DownCast(vm->globals_.Get<kWithoutReadBarrier>(obj)); in DecodeGlobalWithoutRB()