HomeSort by relevance Sort by last modified time
    Searched refs:pool_end (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.h 241 uint8_t *pool_cur, *pool_end; member in struct:TCGContext
316 if (unlikely(ptr_end > s->pool_end)) {
tcg.c 204 s->pool_end = p->data + p->size;
210 s->pool_cur = s->pool_end = NULL;
    [all...]

Completed in 20 milliseconds