Home
last modified time | relevance | path

Searched refs:CauseGCRaw (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
Dgcmole-test.cc27 Object CauseGCRaw(Object obj, Isolate* isolate) { in CauseGCRaw() function
87 so->Method(CauseGCRaw(*obj1, isolate)); in TestMethodCall()
161 CauseGCRaw(raw_obj, isolate); in TestDeadVarAnalysis()
182 CauseGCRaw(raw_obj, isolate); in TestGuardedDeadVarAnalysis()
195 CauseGCRaw(raw_obj, isolate); in TestGuardedDeadVarAnalysis2()
250 CauseGCRaw(raw_obj, isolate); in TestOnlyHeapGuardedDeadVarAnalysisInCompound()
260 CauseGCRaw(raw_obj, isolate); in TestOnlyHeapGuardedDeadVarAnalysisInCompound2()
269 CauseGCRaw(raw_obj, isolate); in TestGuardedDeadVarAnalysisNested()
317 CauseGCRaw(raw_obj, isolate); in TestNestedDeadVarAnalysis()
325 CauseGCRaw(raw_obj, isolate); in TestNestedDeadVarAnalysis2()
[all …]
Dtest-expectations.txt14 so->Method(CauseGCRaw(*obj1, isolate));