Home
last modified time | relevance | path

Searched refs:tcg_malloc (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/
Dtcg.c111 r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()
261 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS); in tcg_func_start()
1092 s->op_dead_iargs = tcg_malloc(OPC_BUF_SIZE * sizeof(uint16_t)); in tcg_liveness_analysis()
1094 dead_temps = tcg_malloc(s->nb_temps); in tcg_liveness_analysis()
1235 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
Dtcg.h309 static inline void *tcg_malloc(int size) in tcg_malloc() function