Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:Variable

229   // Load the value of a known (PARAMETER, LOCAL, or CONTEXT) variable into
231 // SetVar) so avoid calling both on the same variable.
232 void GetVar(Register destination, Variable* var);
234 // Assign to a known (PARAMETER, LOCAL, or CONTEXT) variable. If it's in
237 // (so does GetVar) so avoid calling both on the same variable.
238 void SetVar(Variable* var,
244 // variable. Writing does not need the write barrier.
245 MemOperand StackOperand(Variable* var);
248 // variable. May emit code to traverse the context chain, loading the
251 MemOperand VarOperand(Variable* var, Register scratch);
373 void EmitDebugCheckDeclarationContext(Variable* variable);
476 // Complete a variable assignment. The right-hand-side value is expected
478 void EmitVariableAssignment(Variable* var, Token::Value op, FeedbackSlot slot,
482 void EmitStoreToStackLocalOrContextSlot(Variable* var,
638 // Emit code to convert a pure value (in a register, known variable
642 virtual void Plug(Variable* var) const = 0;
697 void Plug(Variable* var) const override;
716 void Plug(Variable* var) const override;
753 void Plug(Variable* var) const override;
778 void Plug(Variable* var) const override;