Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Dtranslation-array.cc110 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginBuiltinContinuationFrame() argument
114 Add(literal_id); in BeginBuiltinContinuationFrame()
121 BytecodeOffset bytecode_offset, int literal_id, unsigned height, in BeginJSToWasmBuiltinContinuationFrame() argument
126 Add(literal_id); in BeginJSToWasmBuiltinContinuationFrame()
134 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginJavaScriptBuiltinContinuationFrame() argument
138 Add(literal_id); in BeginJavaScriptBuiltinContinuationFrame()
144 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginJavaScriptBuiltinContinuationWithCatchFrame() argument
149 Add(literal_id); in BeginJavaScriptBuiltinContinuationWithCatchFrame()
155 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginConstructStubFrame() argument
159 Add(literal_id); in BeginConstructStubFrame()
[all …]
Dtranslation-array.h66 void BeginInterpretedFrame(BytecodeOffset bytecode_offset, int literal_id,
69 void BeginArgumentsAdaptorFrame(int literal_id, unsigned height);
70 void BeginConstructStubFrame(BytecodeOffset bailout_id, int literal_id,
72 void BeginBuiltinContinuationFrame(BytecodeOffset bailout_id, int literal_id,
76 BytecodeOffset bailout_id, int literal_id, unsigned height,
80 int literal_id, unsigned height);
82 BytecodeOffset bailout_id, int literal_id, unsigned height);
102 void StoreLiteral(int literal_id);
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.h36 ecma_value_t literal_id; /**< literal id */ member
Decma-literal-storage.c516 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/node/deps/v8/src/compiler/backend/
Dcode-generator.cc1125 int literal_id = DefineDeoptimizationLiteral(literal); in BuildTranslation() local
1126 translations_.AddUpdateFeedback(literal_id, entry.feedback().slot.ToInt()); in BuildTranslation()
1292 int literal_id = DefineDeoptimizationLiteral(literal); in AddTranslationForOperand() local
1293 translations_.StoreLiteral(literal_id); in AddTranslationForOperand()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp4541 unsigned literal_id = 0; in select_instruction() local
4580 literal_id = op.tempId(); in select_instruction()
4583 mask |= (op.tempId() == literal_id) << i; in select_instruction()
4598 if (literal_id && literal_uses < threshold && in select_instruction()
4605 if (instr->operands[i].isTemp() && instr->operands[i].tempId() == literal_id) in select_instruction()