• Home
  • Raw
  • Download

Lines Matching refs:kWrite

49   V(LdaZero, AccumulatorUse::kWrite)                                           \
50 V(LdaSmi, AccumulatorUse::kWrite, OperandType::kImm) \
51 V(LdaUndefined, AccumulatorUse::kWrite) \
52 V(LdaNull, AccumulatorUse::kWrite) \
53 V(LdaTheHole, AccumulatorUse::kWrite) \
54 V(LdaTrue, AccumulatorUse::kWrite) \
55 V(LdaFalse, AccumulatorUse::kWrite) \
56 V(LdaConstant, AccumulatorUse::kWrite, OperandType::kIdx) \
59 V(LdaGlobal, AccumulatorUse::kWrite, OperandType::kIdx, OperandType::kIdx) \
60 V(LdaGlobalInsideTypeof, AccumulatorUse::kWrite, OperandType::kIdx, \
67 V(LdaContextSlot, AccumulatorUse::kWrite, OperandType::kReg, \
69 V(LdaImmutableContextSlot, AccumulatorUse::kWrite, OperandType::kReg, \
71 V(LdaCurrentContextSlot, AccumulatorUse::kWrite, OperandType::kIdx) \
72 V(LdaImmutableCurrentContextSlot, AccumulatorUse::kWrite, OperandType::kIdx) \
78 V(LdaLookupSlot, AccumulatorUse::kWrite, OperandType::kIdx) \
79 V(LdaLookupContextSlot, AccumulatorUse::kWrite, OperandType::kIdx, \
81 V(LdaLookupGlobalSlot, AccumulatorUse::kWrite, OperandType::kIdx, \
83 V(LdaLookupSlotInsideTypeof, AccumulatorUse::kWrite, OperandType::kIdx) \
84 V(LdaLookupContextSlotInsideTypeof, AccumulatorUse::kWrite, \
86 V(LdaLookupGlobalSlotInsideTypeof, AccumulatorUse::kWrite, \
92 V(Ldar, AccumulatorUse::kWrite, OperandType::kReg) \
99 V(LdaNamedProperty, AccumulatorUse::kWrite, OperandType::kReg, \
105 V(LdaModuleVariable, AccumulatorUse::kWrite, OperandType::kImm, \
178 V(CallAnyReceiver, AccumulatorUse::kWrite, OperandType::kReg, \
180 V(CallProperty, AccumulatorUse::kWrite, OperandType::kReg, \
182 V(CallProperty0, AccumulatorUse::kWrite, OperandType::kReg, \
184 V(CallProperty1, AccumulatorUse::kWrite, OperandType::kReg, \
186 V(CallProperty2, AccumulatorUse::kWrite, OperandType::kReg, \
189 V(CallUndefinedReceiver, AccumulatorUse::kWrite, OperandType::kReg, \
191 V(CallUndefinedReceiver0, AccumulatorUse::kWrite, OperandType::kReg, \
193 V(CallUndefinedReceiver1, AccumulatorUse::kWrite, OperandType::kReg, \
195 V(CallUndefinedReceiver2, AccumulatorUse::kWrite, OperandType::kReg, \
197 V(CallWithSpread, AccumulatorUse::kWrite, OperandType::kReg, \
199 V(CallRuntime, AccumulatorUse::kWrite, OperandType::kRuntimeId, \
203 V(CallJSRuntime, AccumulatorUse::kWrite, OperandType::kNativeContextIndex, \
207 V(InvokeIntrinsic, AccumulatorUse::kWrite, OperandType::kIntrinsicId, \
246 V(CreateRegExpLiteral, AccumulatorUse::kWrite, OperandType::kIdx, \
248 V(CreateArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx, \
250 V(CreateEmptyArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx) \
253 V(CreateEmptyObjectLiteral, AccumulatorUse::kWrite) \
254 V(CloneObject, AccumulatorUse::kWrite, OperandType::kReg, \
258 V(GetTemplateObject, AccumulatorUse::kWrite, OperandType::kIdx, \
262 V(CreateClosure, AccumulatorUse::kWrite, OperandType::kIdx, \
266 V(CreateBlockContext, AccumulatorUse::kWrite, OperandType::kIdx) \
267 V(CreateCatchContext, AccumulatorUse::kWrite, OperandType::kReg, \
269 V(CreateFunctionContext, AccumulatorUse::kWrite, OperandType::kIdx, \
271 V(CreateEvalContext, AccumulatorUse::kWrite, OperandType::kIdx, \
273 V(CreateWithContext, AccumulatorUse::kWrite, OperandType::kReg, \
277 V(CreateMappedArguments, AccumulatorUse::kWrite) \
278 V(CreateUnmappedArguments, AccumulatorUse::kWrite) \
279 V(CreateRestParameter, AccumulatorUse::kWrite) \
318 V(ForInEnumerate, AccumulatorUse::kWrite, OperandType::kReg) \
321 V(ForInContinue, AccumulatorUse::kWrite, OperandType::kReg, \
323 V(ForInNext, AccumulatorUse::kWrite, OperandType::kReg, OperandType::kReg, \
325 V(ForInStep, AccumulatorUse::kWrite, OperandType::kReg) \
346 V(ResumeGenerator, AccumulatorUse::kWrite, OperandType::kReg, \