Lines Matching full:globals
836 // Check for null after decoding the object to handle cleared weak globals.
841 IndirectReferenceTable& globals = vm->globals;
843 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj);
852 IndirectReferenceTable& globals = vm->globals;
856 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) {
877 // Check for null after decoding the object to handle cleared weak globals.
3004 globals(gGlobalsInitial, gGlobalsMax, kGlobal),
3010 weak_globals_add_condition_("weak globals add condition", weak_globals_lock_) {
3059 os << "; globals=" << globals.Capacity();
3108 globals.Dump(os);
3281 globals.VisitRoots(visitor, arg);