Home | History | Annotate | Download | only in src

Lines Matching refs:MarkCompactEpilogue

307 void Top::MarkCompactEpilogue(bool is_compacting, char* data) {
308 MarkCompactEpilogue(is_compacting, reinterpret_cast<ThreadLocalTop*>(data));
312 void Top::MarkCompactEpilogue(bool is_compacting) {
313 MarkCompactEpilogue(is_compacting, &thread_local_);
317 void Top::MarkCompactEpilogue(bool is_compacting, ThreadLocalTop* thread) {