Lines Matching refs:CauseGC
21 Handle<Object> CauseGC(Handle<Object> obj, Isolate* isolate) {
48 TwoArgumentsFunction(*CauseGC(obj1, isolate), *CauseGC(obj2, isolate));
60 TwoSizeTArgumentsFunction(sizeof(*CauseGC(obj1, isolate)),
61 sizeof(*CauseGC(obj2, isolate)));
85 so->Method(*CauseGC(obj1, isolate));
94 obj = *CauseGC(obj1, isolate);
178 // Note: having DisableGCMole with the same function as CauseGC
191 // Note: having DisallowGarbageCollection with the same function as CauseGC
204 // Note: having DisableGCMole with the same function as CauseGC
217 // Note: having DisallowGarbageCollection with the same function as CauseGC
229 // Note: having DisallowGarbageCollection with the same function as CauseGC