Home
last modified time | relevance | path

Searched refs:globals_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djava_vm_ext.cc433 globals_(gGlobalsInitial, gGlobalsMax, kGlobal), in JavaVMExt()
527 IndirectRef ref = globals_.Add(IRT_FIRST_SEGMENT, obj); in AddGlobalRef()
548 if (!globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef()
587 os << "; globals=" << globals_.Capacity(); in DumpForSigQuit()
630 return globals_.SynchronizedGet(ref); in DecodeGlobal()
635 globals_.Update(ref, result); in UpdateGlobal()
709 globals_.Dump(os); in DumpReferenceTables()
927 globals_.Trim(); in TrimGlobals()
933 globals_.VisitRoots(visitor, RootInfo(kRootJNIGlobal)); in VisitRoots()
Djava_vm_ext.h198 IndirectReferenceTable globals_; variable