Home
last modified time | relevance | path

Searched refs:this_function_var (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/ast/
Dast-numbering.cc223 Visit(node->this_function_var()); in VisitSuperCallReference()
669 scope->this_function_var() != nullptr) { in Renumber()
Dast-expression-rewriter.cc360 AST_REWRITE_PROPERTY(VariableProxy, node, this_function_var); in VisitSuperCallReference()
Dast.h2906 VariableProxy* this_function_var() const { return this_function_var_; } in this_function_var() function
2913 VariableProxy* this_function_var, int pos) in SuperCallReference() argument
2917 this_function_var_(this_function_var) { in SuperCallReference()
2920 DCHECK(this_function_var->raw_name()->IsOneByteEqualTo(".this_function")); in SuperCallReference()
3566 VariableProxy* this_function_var, in NewSuperCallReference() argument
3569 SuperCallReference(this_var, new_target_var, this_function_var, pos); in NewSuperCallReference()
Dast-traversal-visitor.h494 RECURSE_EXPRESSION(VisitVariableProxy(expr->this_function_var())); in VisitSuperCallReference()
Dscopes.h783 Variable* this_function_var() const { in this_function_var() function
/external/v8/src/interpreter/
Dbytecode-generator.cc760 VisitThisFunctionVariable(closure_scope()->this_function_var()); in GenerateBytecodeBody()
2643 VisitForAccumulatorValue(super->this_function_var()); in VisitCallSuper()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc253 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc255 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc252 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc272 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc263 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc274 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc270 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc273 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc265 DCHECK_NULL(info->scope()->this_function_var()); in Generate()
/external/v8/src/compiler/
Dast-graph-builder.cc422 DCHECK_NULL(scope->this_function_var()); in CreateGraphBody()
/external/v8/src/parsing/
Dparser.cc3712 tmp->Add(function->AsSuperCallReference()->this_function_var(), zone()); in SpreadCall()
/external/v8/src/crankshaft/
Dhydrogen.cc4209 if (scope->this_function_var() != nullptr || in SetUpScope()
8165 if (function->scope()->this_function_var() != nullptr || in TryInline()