Home
last modified time | relevance | path

Searched refs:qstr_pool_t (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dqstr.c103 const qstr_pool_t mp_qstr_const_pool = {
118 extern const qstr_pool_t MICROPY_QSTR_EXTRA_POOL;
125 …MP_STATE_VM(last_pool) = (qstr_pool_t *)&CONST_POOL; // we won't modify the const_pool since it ha… in qstr_init()
136 qstr_pool_t *pool = MP_STATE_VM(last_pool); in find_qstr()
154 qstr_pool_t *pool = m_new_obj_var_maybe(qstr_pool_t, const char *, new_alloc); in qstr_add()
179 for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL; pool = pool->prev) { in qstr_find_strn()
286 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_pool_info()
295 *n_total_bytes += sizeof(qstr_pool_t) + sizeof(qstr) * pool->alloc; 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()
A Dqstr.h56 } qstr_pool_t; typedef
A Dmpstate.h118 qstr_pool_t *last_pool;
A Dgc.c909 … for (qstr_pool_t *pool = MP_STATE_VM(last_pool); c == 'h' && pool != NULL; pool = pool->prev) { in gc_dump_alloc_table()
910 if ((qstr_pool_t *)ptr == pool) { in gc_dump_alloc_table()
/AliOS-Things-master/components/py_engine/adapter/haas/
A D_frozen_mpy.c31 extern const qstr_pool_t mp_qstr_const_pool;
32 const qstr_pool_t mp_qstr_frozen_const_pool = {
33 (qstr_pool_t *)&mp_qstr_const_pool, // previous pool
/AliOS-Things-master/components/py_engine/adapter/haas510/
A D_frozen_mpy.c31 extern const qstr_pool_t mp_qstr_const_pool;
32 const qstr_pool_t mp_qstr_frozen_const_pool = {
33 (qstr_pool_t*)&mp_qstr_const_pool, // previous pool
/AliOS-Things-master/components/py_engine/adapter/haas600/
A D_frozen_mpy.c31 extern const qstr_pool_t mp_qstr_const_pool;
32 const qstr_pool_t mp_qstr_frozen_const_pool = {
33 (qstr_pool_t*)&mp_qstr_const_pool, // previous pool

Completed in 8 milliseconds