Searched refs:literal_id (Results 1 – 4 of 4) sorted by relevance
36 ecma_value_t literal_id; /**< literal id */ member
483 map_p->literal_id = lit_buffer_p[i]; in ecma_save_literals_for_snapshot()
490 while (current_p->literal_id != literal_start_p[i]) in jerry_snapshot_set_offsets()513 while (current_p->literal_id != literal_start_p[i]) in jerry_snapshot_set_offsets()1174 while (current_p->literal_id != lit_value) in update_literal_offsets()1196 while (current_p->literal_id != lit_value) in update_literal_offsets()
3843 unsigned literal_id = 0; in select_instruction() local3882 literal_id = op.tempId(); in select_instruction()3885 mask |= (op.tempId() == literal_id) << i; in select_instruction()3900 if (literal_id && literal_uses < threshold && in select_instruction()3907 if (instr->operands[i].isTemp() && instr->operands[i].tempId() == literal_id) in select_instruction()