Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.h251 void LoadContext(Register dst, int context_chain_length);
Dmacro-assembler-ia32.cc2432 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2433 if (context_chain_length > 0) { in LoadContext()
2436 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dfull-codegen-ia32.cc681 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
682 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/x87/
Dmacro-assembler-x87.h229 void LoadContext(Register dst, int context_chain_length);
Dmacro-assembler-x87.cc2394 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2395 if (context_chain_length > 0) { in LoadContext()
2398 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dfull-codegen-x87.cc678 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
679 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/x64/
Dmacro-assembler-x64.h1256 void LoadContext(Register dst, int context_chain_length);
Dmacro-assembler-x64.cc4807 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
4808 if (context_chain_length > 0) { in LoadContext()
4811 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dfull-codegen-x64.cc703 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
704 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/arm/
Dmacro-assembler-arm.cc2882 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
2883 if (context_chain_length > 0) { in LoadContext()
2886 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-arm.h569 void LoadContext(Register dst, int context_chain_length);
Dfull-codegen-arm.cc736 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
737 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/mips/
Dmacro-assembler-mips.h883 void LoadContext(Register dst, int context_chain_length);
Dmacro-assembler-mips.cc4784 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
4785 if (context_chain_length > 0) { in LoadContext()
4788 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dfull-codegen-mips.cc727 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
728 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h909 void LoadContext(Register dst, int context_chain_length);
Dmacro-assembler-mips64.cc4674 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
4675 if (context_chain_length > 0) { in LoadContext()
4678 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dfull-codegen-mips64.cc723 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
724 __ LoadContext(scratch, context_chain_length); in VarOperand()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3255 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() argument
3256 if (context_chain_length > 0) { in LoadContext()
3259 for (int i = 1; i < context_chain_length; i++) { in LoadContext()
Dmacro-assembler-arm64.h1715 void LoadContext(Register dst, int context_chain_length);
Dfull-codegen-arm64.cc729 int context_chain_length = scope()->ContextChainLength(var->scope()); in VarOperand() local
730 __ LoadContext(scratch, context_chain_length); in VarOperand()