Home
last modified time | relevance | path

Searched refs:CauseGC (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole-test.cc21 Handle<Object> CauseGC(Handle<Object> obj, Isolate* isolate) { in CauseGC() function
48 TwoArgumentsFunction(*CauseGC(obj1, isolate), *CauseGC(obj2, isolate)); in TestTwoArguments()
60 TwoSizeTArgumentsFunction(sizeof(*CauseGC(obj1, isolate)), in TestTwoSizeTArguments()
61 sizeof(*CauseGC(obj2, isolate))); in TestTwoSizeTArguments()
85 so->Method(*CauseGC(obj1, isolate)); in TestMethodCall()
94 obj = *CauseGC(obj1, isolate); in TestOperatorCall()
178 // Note: having DisableGCMole with the same function as CauseGC in TestGuardedDeadVarAnalysis()
191 // Note: having DisallowGarbageCollection with the same function as CauseGC in TestGuardedDeadVarAnalysis2()
204 // Note: having DisableGCMole with the same function as CauseGC in TestGuardedAgainstSafepointDeadVarAnalysis()
[all...]

Completed in 1 milliseconds