/external/v8/src/compiler/ |
D | js-operator.h | 152 const Operator* LoadContext(uint16_t depth, uint32_t index, bool immutable) { in LoadContext() function
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 2394 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
D | full-codegen-x87.cc | 679 __ LoadContext(scratch, context_chain_length); in VarOperand() local 868 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2432 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
D | full-codegen-ia32.cc | 682 __ LoadContext(scratch, context_chain_length); in VarOperand() local 875 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 704 __ LoadContext(scratch, context_chain_length); in VarOperand() local 898 __ LoadContext(rax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
D | macro-assembler-x64.cc | 4807 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/arm64/ |
D | full-codegen-arm64.cc | 730 __ LoadContext(scratch, context_chain_length); in VarOperand() local 935 __ LoadContext(x1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
D | macro-assembler-arm64.cc | 3255 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 728 __ LoadContext(scratch, context_chain_length); in VarOperand() local 932 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
D | macro-assembler-mips.cc | 4784 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/mips64/ |
D | full-codegen-mips64.cc | 724 __ LoadContext(scratch, context_chain_length); in VarOperand() local 927 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
D | macro-assembler-mips64.cc | 4674 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 737 __ LoadContext(scratch, context_chain_length); in VarOperand() local 940 __ LoadContext(r1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
|
D | macro-assembler-arm.cc | 2882 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|