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/
H A Dtranslation-array.cc110 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginBuiltinContinuationFrame()
114 Add(literal_id); in BeginBuiltinContinuationFrame()
121 BytecodeOffset bytecode_offset, int literal_id, unsigned height, in BeginJSToWasmBuiltinContinuationFrame()
126 Add(literal_id); in BeginJSToWasmBuiltinContinuationFrame()
134 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginJavaScriptBuiltinContinuationFrame()
138 Add(literal_id); in BeginJavaScriptBuiltinContinuationFrame()
144 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginJavaScriptBuiltinContinuationWithCatchFrame()
149 Add(literal_id); in BeginJavaScriptBuiltinContinuationWithCatchFrame()
155 BytecodeOffset bytecode_offset, int literal_id, unsigned height) { in BeginConstructStubFrame()
159 Add(literal_id); in BeginConstructStubFrame()
109 BeginBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginBuiltinContinuationFrame() argument
120 BeginJSToWasmBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, base::Optional<wasm::ValueKind> return_kind) BeginJSToWasmBuiltinContinuationFrame() argument
133 BeginJavaScriptBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationFrame() argument
143 BeginJavaScriptBuiltinContinuationWithCatchFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationWithCatchFrame() argument
154 BeginConstructStubFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginConstructStubFrame() argument
164 BeginArgumentsAdaptorFrame(int literal_id, unsigned height) BeginArgumentsAdaptorFrame() argument
173 BeginInterpretedFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, int return_value_offset, int return_value_count) BeginInterpretedFrame() argument
308 StoreLiteral(int literal_id) StoreLiteral() argument
[all...]
H A 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/
H A Decma-literal-storage.h36 ecma_value_t literal_id; /**< literal id */ member
H A Decma-literal-storage.c516 map_p->literal_id = lit_buffer_p[i]; in ecma_save_literals_for_snapshot()
/third_party/jerryscript/jerry-core/api/
H A 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/
H A 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/
H A 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()

Completed in 19 milliseconds