Home | History | Annotate | Download | only in src

Lines Matching full:heap

198   INLINE(static void IteratePointers(Heap* heap,
206 StaticVisitor::VisitPointers(heap, start_slot, end_slot);
217 map->heap(),
228 map->heap(),
242 map->heap(),
321 static inline void VisitPointers(Heap* heap, Object** start, Object** end) {
322 for (Object** p = start; p < end; p++) StaticVisitor::VisitPointer(heap, p);
381 // the heap compaction in the next statement.
394 void Code::CodeIterateBody(Heap* heap) {
404 // the heap compaction in the next statement.
408 heap,
411 heap,
415 it.rinfo()->template Visit<StaticVisitor>(heap);