Home | History | Annotate | Download | only in heap

Lines Matching defs:garbage

752   // Perform a full garbage collection and force the constant pool to be on an
1696 // Collect garbage that might have been created by one of the
3534 // Triggering one GC will cause a lot of garbage to be discovered but
4172 // Finish garbage collection cycle.
4461 // Now, collect garbage. Context c2 should have no roots to it, and it's
5031 v8::Persistent<v8::Object> garbage;
5041 garbage.Reset(isolate, CompileRun(env.local(), source)
5047 garbage.SetWeak(&garbage, &ClearWeakIC, v8::WeakCallbackType::kParameter);
5081 v8::Persistent<v8::Object> garbage;
5084 garbage.Reset(isolate, CompileRun(env.local(), source)
5090 garbage.SetWeak(&garbage, &ClearWeakIC, v8::WeakCallbackType::kParameter);
5813 // Change the map of a.x and make the previous map garbage collectable.
6014 // being garbage-collected.