Home
last modified time | relevance | path

Searched refs:this_var (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dast.h2576 VariableProxy* this_var() const { return this_var_; } in this_var() function
2582 SuperPropertyReference(VariableProxy* this_var, Expression* home_object, in SuperPropertyReference() argument
2585 this_var_(this_var), in SuperPropertyReference()
2587 DCHECK(this_var->is_this()); in SuperPropertyReference()
2598 VariableProxy* this_var() const { return this_var_; } in this_var() function
2605 SuperCallReference(VariableProxy* this_var, VariableProxy* new_target_var, in SuperCallReference() argument
2608 this_var_(this_var), in SuperCallReference()
2611 DCHECK(this_var->is_this()); in SuperCallReference()
3282 SuperPropertyReference* NewSuperPropertyReference(VariableProxy* this_var, in NewSuperPropertyReference() argument
3285 return new (zone_) SuperPropertyReference(this_var, home_object, pos); in NewSuperPropertyReference()
[all …]
Dast-traversal-visitor.h567 RECURSE_EXPRESSION(VisitVariableProxy(expr->this_var())); in VisitSuperPropertyReference()
575 RECURSE_EXPRESSION(VisitVariableProxy(expr->this_var())); in VisitSuperCallReference()
/external/v8/src/interpreter/
Dbytecode-generator.cc1591 VisitForRegisterValue(super_property->this_var(), args[0]); in VisitForInAssignment()
1605 VisitForRegisterValue(super_property->this_var(), args[0]); in VisitForInAssignment()
2902 VisitForRegisterValue(super_property->this_var(), super_property_args[0]); in VisitAssignment()
2914 VisitForRegisterValue(super_property->this_var(), super_property_args[0]); in VisitAssignment()
3483 VisitForRegisterValue(super_property->this_var(), args[0]); in VisitNamedSuperPropertyLoad()
3503 VisitForRegisterValue(super_property->this_var(), args[0]); in VisitKeyedSuperPropertyLoad()
3770 BuildVariableAssignment(super->this_var()->var(), Token::INIT, in VisitCallSuper()
3989 VisitForRegisterValue(super_property->this_var(), load_super_args[0]); in VisitCountOperation()
4002 VisitForRegisterValue(super_property->this_var(), load_super_args[0]); in VisitCountOperation()
/external/libaom/libaom/av1/encoder/
Drdopt.c7207 int this_var; in single_motion_search() local
7215 this_var = cpi->find_fractional_mv_step( in single_motion_search()
7223 if (this_var < best_mv_var) best_mv = x->best_mv.as_mv; in single_motion_search()