Home
last modified time | relevance | path

Searched refs:literal_id (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.h36 ecma_value_t literal_id; /**< literal id */ member
Decma-literal-storage.c483 map_p->literal_id = lit_buffer_p[i]; in ecma_save_literals_for_snapshot()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c490 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()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp3843 unsigned literal_id = 0; in select_instruction() local
3882 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()