Searched refs:CauseGCRaw (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/tools/gcmole/ |
D | gcmole-test.cc | 27 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 …]
|
D | test-expectations.txt | 14 so->Method(CauseGCRaw(*obj1, isolate));
|