Lines Matching refs:BuildVariableLoad
2838 BuildVariableLoad(var, HoleCheckMode::kElided); in BuildClassProperty()
2843 BuildVariableLoad(private_name_var, HoleCheckMode::kElided); in BuildClassProperty()
2904 BuildVariableLoad(brand, HoleCheckMode::kElided); in BuildPrivateBrandInitialization()
3517 BuildVariableLoad(proxy->var(), proxy->hole_check_mode()); in VisitVariableProxy()
3520 void BytecodeGenerator::BuildVariableLoad(Variable* variable, in BuildVariableLoad() function in v8::internal::interpreter::BytecodeGenerator
3636 BuildVariableLoad(variable, hole_check_mode, typeof_mode); in BuildVariableLoadForAccumulatorValue()
3965 BuildVariableLoad( in PrepareAssignmentLhs()
3980 BuildVariableLoad( in PrepareAssignmentLhs()
4563 BuildVariableLoad(proxy->var(), proxy->hole_check_mode()); in VisitCompoundAssignment()
5286 BuildVariableLoad( in VisitNamedSuperPropertyLoad()
5300 BuildVariableLoad( in VisitNamedSuperPropertyLoad()
5322 BuildVariableLoad( in VisitKeyedSuperPropertyLoad()
5959 BuildVariableLoad( in VisitCountOperation()
5974 BuildVariableLoad( in VisitCountOperation()
6502 BuildVariableLoad(var, hole_check_mode); in BuildThisVariableLoad()