Searched refs:CASE_BODY (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/snapshot/ |
D | deserializer.cc | 409 #define CASE_BODY(where, how, within, space_number_if_any) \ in ReadData() macro 419 CASE_BODY(where, how, within, NEW_SPACE) \ in ReadData() 429 CASE_BODY(where, how, within, kAnyOldSpace) in ReadData() 445 CASE_BODY(where, how, within, space) in ReadData() 499 #undef CASE_BODY in ReadData()
|