Home
last modified time | relevance | path

Searched defs:this_function_var (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/ast/
Dscopes.h472 Variable* this_function_var() const { in this_function_var() function
Dscopes.cc1464 Variable* this_function_var = in AllocateNonParameterLocalsAndDeclaredGlobals() local
Dast.h2897 VariableProxy* this_function_var() const { return this_function_var_; } in this_function_var() function
2903 VariableProxy* this_function_var, int pos) in SuperCallReference()
3504 VariableProxy* this_function_var, in NewSuperCallReference()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc236 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc233 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc231 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc250 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc241 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc244 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc252 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc247 Variable* this_function_var = scope()->this_function_var(); in Generate() local
/external/v8/src/compiler/
Dast-graph-builder.cc3308 Node* AstGraphBuilder::BuildThisFunctionVariable(Variable* this_function_var) { in BuildThisFunctionVariable()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc251 Variable* this_function_var = scope()->this_function_var(); in Generate() local