Home
last modified time | relevance | path

Searched refs:temp_count (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/
Dtcg.h315 int64_t temp_count; member
Dtcg.c2184 s->temp_count += s->nb_temps; in tcg_gen_code()
2234 (double)s->temp_count / s->tb_count : 0, in tcg_dump_info()
/external/v8/src/
Dliveobjectlist.cc1995 static int temp_count = 0; in PrintObj() local
2005 OS::SNPrintF(temp_filename, "%s/lol-print-%d", path_prefix, ++temp_count); in PrintObj()
2114 static int temp_count = 0; in GetPathPrivate() local
2120 OS::SNPrintF(temp_filename, "%s/lol-getpath-%d", path_prefix, ++temp_count); in GetPathPrivate()