Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:live

1835         Have the root object track all live instances of RuntimeObjectImp. When invalidating 
1836 the root object, also invalidate all live runtime objects by zeroing out their instance ivar.
4348 * The client might try to use a zombie, which would seem live because
7342 - change garbage collection to happen at increments proportional to number of live objects, not always
18318 way (checking to see if the number of live objects changed). Also used local variables
20024 - When there are many live objects, GC less often, to try to make
20661 - fix a failure seen in the Mozilla JavaScript tests where a live object was garbage-collected
25853 More live connect stubs. We're getting close.