Home
last modified time | relevance | path

Searched refs:has_this_declaration (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/ast/
Dscopes.h711 DCHECK(has_this_declaration()); in receiver()
719 bool has_this_declaration() const { in has_this_declaration() function
Dscopes.cc648 DCHECK(has_this_declaration()); in DeclareThis()
2132 if (!has_this_declaration()) return; in AllocateReceiver()
/external/v8/src/objects/
Dscope-info.cc96 scope->AsDeclarationScope()->has_this_declaration()) { in Create()
/external/v8/src/compiler/
Dast-graph-builder.cc383 if (scope->has_this_declaration() && scope->receiver()->mode() == CONST) { in CreateGraph()
2270 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) { in BuildLocalActivationContext()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc217 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc218 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc217 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc227 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc229 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc237 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc236 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/interpreter/
Dbytecode-generator.cc3208 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) { in BuildLocalActivationContextInitialization()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc238 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc234 int first_parameter = info->scope()->has_this_declaration() ? -1 : 0; in Generate()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc229 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc643 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc204 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc191 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc207 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc205 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc204 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc213 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc174 int first_parameter = info()->scope()->has_this_declaration() ? -1 : 0; in DoPrologue()