Lines Matching refs:opcode
111 auto opcode = TranslationOpcode::BUILTIN_CONTINUATION_FRAME; in BeginBuiltinContinuationFrame() local
112 Add(opcode); in BeginBuiltinContinuationFrame()
116 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 3); in BeginBuiltinContinuationFrame()
123 auto opcode = TranslationOpcode::JS_TO_WASM_BUILTIN_CONTINUATION_FRAME; in BeginJSToWasmBuiltinContinuationFrame() local
124 Add(opcode); in BeginJSToWasmBuiltinContinuationFrame()
129 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 4); in BeginJSToWasmBuiltinContinuationFrame()
135 auto opcode = TranslationOpcode::JAVA_SCRIPT_BUILTIN_CONTINUATION_FRAME; in BeginJavaScriptBuiltinContinuationFrame() local
136 Add(opcode); in BeginJavaScriptBuiltinContinuationFrame()
140 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 3); in BeginJavaScriptBuiltinContinuationFrame()
145 auto opcode = in BeginJavaScriptBuiltinContinuationWithCatchFrame() local
147 Add(opcode); in BeginJavaScriptBuiltinContinuationWithCatchFrame()
151 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 3); in BeginJavaScriptBuiltinContinuationWithCatchFrame()
156 auto opcode = TranslationOpcode::CONSTRUCT_STUB_FRAME; in BeginConstructStubFrame() local
157 Add(opcode); in BeginConstructStubFrame()
161 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 3); in BeginConstructStubFrame()
166 auto opcode = TranslationOpcode::ARGUMENTS_ADAPTOR_FRAME; in BeginArgumentsAdaptorFrame() local
167 Add(opcode); in BeginArgumentsAdaptorFrame()
170 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 2); in BeginArgumentsAdaptorFrame()
176 auto opcode = TranslationOpcode::INTERPRETED_FRAME; in BeginInterpretedFrame() local
177 Add(opcode); in BeginInterpretedFrame()
183 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 5); in BeginInterpretedFrame()
187 auto opcode = TranslationOpcode::ARGUMENTS_ELEMENTS; in ArgumentsElements() local
188 Add(opcode); in ArgumentsElements()
190 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in ArgumentsElements()
194 auto opcode = TranslationOpcode::ARGUMENTS_LENGTH; in ArgumentsLength() local
195 Add(opcode); in ArgumentsLength()
196 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 0); in ArgumentsLength()
200 auto opcode = TranslationOpcode::CAPTURED_OBJECT; in BeginCapturedObject() local
201 Add(opcode); in BeginCapturedObject()
203 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in BeginCapturedObject()
207 auto opcode = TranslationOpcode::DUPLICATED_OBJECT; in DuplicateObject() local
208 Add(opcode); in DuplicateObject()
210 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in DuplicateObject()
214 auto opcode = TranslationOpcode::REGISTER; in StoreRegister() local
215 Add(opcode); in StoreRegister()
220 auto opcode = TranslationOpcode::INT32_REGISTER; in StoreInt32Register() local
221 Add(opcode); in StoreInt32Register()
223 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreInt32Register()
227 auto opcode = TranslationOpcode::INT64_REGISTER; in StoreInt64Register() local
228 Add(opcode); in StoreInt64Register()
230 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreInt64Register()
234 auto opcode = TranslationOpcode::UINT32_REGISTER; in StoreUint32Register() local
235 Add(opcode); in StoreUint32Register()
240 auto opcode = TranslationOpcode::BOOL_REGISTER; in StoreBoolRegister() local
241 Add(opcode); in StoreBoolRegister()
243 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreBoolRegister()
247 auto opcode = TranslationOpcode::FLOAT_REGISTER; in StoreFloatRegister() local
248 Add(opcode); in StoreFloatRegister()
253 auto opcode = TranslationOpcode::DOUBLE_REGISTER; in StoreDoubleRegister() local
254 Add(opcode); in StoreDoubleRegister()
256 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreDoubleRegister()
260 auto opcode = TranslationOpcode::STACK_SLOT; in StoreStackSlot() local
261 Add(opcode); in StoreStackSlot()
263 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreStackSlot()
267 auto opcode = TranslationOpcode::INT32_STACK_SLOT; in StoreInt32StackSlot() local
268 Add(opcode); in StoreInt32StackSlot()
270 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreInt32StackSlot()
274 auto opcode = TranslationOpcode::INT64_STACK_SLOT; in StoreInt64StackSlot() local
275 Add(opcode); in StoreInt64StackSlot()
277 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreInt64StackSlot()
281 auto opcode = TranslationOpcode::UINT32_STACK_SLOT; in StoreUint32StackSlot() local
282 Add(opcode); in StoreUint32StackSlot()
284 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreUint32StackSlot()
288 auto opcode = TranslationOpcode::BOOL_STACK_SLOT; in StoreBoolStackSlot() local
289 Add(opcode); in StoreBoolStackSlot()
291 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreBoolStackSlot()
295 auto opcode = TranslationOpcode::FLOAT_STACK_SLOT; in StoreFloatStackSlot() local
296 Add(opcode); in StoreFloatStackSlot()
298 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreFloatStackSlot()
302 auto opcode = TranslationOpcode::DOUBLE_STACK_SLOT; in StoreDoubleStackSlot() local
303 Add(opcode); in StoreDoubleStackSlot()
305 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreDoubleStackSlot()
309 auto opcode = TranslationOpcode::LITERAL; in StoreLiteral() local
310 Add(opcode); in StoreLiteral()
312 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 1); in StoreLiteral()
316 auto opcode = TranslationOpcode::UPDATE_FEEDBACK; in AddUpdateFeedback() local
317 Add(opcode); in AddUpdateFeedback()
320 DCHECK_EQ(TranslationOpcodeOperandCount(opcode), 2); in AddUpdateFeedback()