Home
last modified time | relevance | path

Searched refs:context_chain_length (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/src/compiler/
Dast-graph-builder.h420 int context_chain_length() { return static_cast<int>(contexts_.size()); } in context_chain_length() function
Dast-graph-builder.cc120 depth_(builder_->environment()->context_chain_length()) { in ContextScope()
128 CHECK_EQ(depth_, builder_->environment()->context_chain_length()); in ~ContextScope()
154 context_length_(builder->environment()->context_chain_length()), in ControlScope()
/external/v8/src/x87/
Dmacro-assembler-x87.cc1981 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
1982 if (context_chain_length > 0) { in LoadContext()
1985 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-x87.h261 void LoadContext(Register dst, int context_chain_length);
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc2043 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2044 if (context_chain_length > 0) { in LoadContext()
2047 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-ia32.h256 void LoadContext(Register dst, int context_chain_length);
/external/v8/src/arm/
Dmacro-assembler-arm.cc2780 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2781 if (context_chain_length > 0) { in LoadContext()
2784 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-arm.h640 void LoadContext(Register dst, int context_chain_length);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2866 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2867 if (context_chain_length > 0) { in LoadContext()
2870 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-arm64.h1616 void LoadContext(Register dst, int context_chain_length);
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2532 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2533 if (context_chain_length > 0) { in LoadContext()
2536 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-ppc.h461 void LoadContext(Register dst, int context_chain_length);
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc632 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
633 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc649 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
650 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc627 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
628 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/x64/
Dmacro-assembler-x64.h1355 void LoadContext(Register dst, int context_chain_length);
Dmacro-assembler-x64.cc4909 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
4910 if (context_chain_length > 0) { in LoadContext()
4913 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc679 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
680 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc677 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
678 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc652 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
653 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc678 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
679 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc631 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
632 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc678 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
679 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/s390/
Dmacro-assembler-s390.cc2320 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2321 if (context_chain_length > 0) { in LoadContext()
2324 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
/external/v8/src/mips/
Dmacro-assembler-mips.h1006 void LoadContext(Register dst, int context_chain_length);

12