Searched refs:num_constant (Results 1 – 2 of 2) sorted by relevance
32 int num_constant = 0; in gpir_lower_const() local39 num_constant++; in gpir_lower_const()44 if (num_constant) { in gpir_lower_const()45 union fi *constant = ralloc_array(comp->prog, union fi, num_constant); in gpir_lower_const()50 comp->prog->state.constant_size = num_constant * sizeof(union fi); in gpir_lower_const()
28 auto num_constant = static_cast<const NumberToStringConstant*>(this); in AllocateStringConstant() local30 isolate->factory()->NewNumber(num_constant->num()); in AllocateStringConstant()