Searched refs:CASE_BODY (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/snapshot/ |
D | serialize.cc | 908 #define CASE_BODY(where, how, within, space_number_if_any) \ in ReadData() macro 1003 CASE_BODY(where, how, within, NEW_SPACE) \ in ReadData() 1008 CASE_BODY(where, how, within, kAnyOldSpace) in ReadData() 1024 CASE_BODY(where, how, within, space) in ReadData() 1092 #undef CASE_BODY in ReadData()
|