reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
156 CHECK_EQ(to % kHeapAlignment, 0); 158 CHECK_LE(to, jctx->heap_begin + jctx->heap_size); 159 for (uptr from = *from_ptr; from < to; from += kHeapAlignment) {