Searched refs:BuildVariableLoad (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 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() [all...] |
H A D | bytecode-generator.h | 256 void BuildVariableLoad(Variable* variable, HoleCheckMode hole_check_mode,
|
Completed in 10 milliseconds