Searched refs:CONST_POOL (Results 1 – 1 of 1) sorted by relevance
119 #define CONST_POOL MICROPY_QSTR_EXTRA_POOL macro121 #define CONST_POOL mp_qstr_const_pool macro125 …MP_STATE_VM(last_pool) = (qstr_pool_t *)&CONST_POOL; // we won't modify the const_pool since it ha… in qstr_init()286 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_pool_info()305 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_dump_data()
Completed in 3 milliseconds