Home
last modified time | relevance | path

Searched defs:LoadContext (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h152 const Operator* LoadContext(uint16_t depth, uint32_t index, bool immutable) { in LoadContext() function
/external/v8/src/x87/
Dmacro-assembler-x87.cc2394 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
Dfull-codegen-x87.cc679 __ LoadContext(scratch, context_chain_length); in VarOperand() local
868 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc2432 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
Dfull-codegen-ia32.cc682 __ LoadContext(scratch, context_chain_length); in VarOperand() local
875 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
/external/v8/src/x64/
Dfull-codegen-x64.cc704 __ LoadContext(scratch, context_chain_length); in VarOperand() local
898 __ LoadContext(rax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
Dmacro-assembler-x64.cc4807 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dfull-codegen-arm64.cc730 __ LoadContext(scratch, context_chain_length); in VarOperand() local
935 __ LoadContext(x1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
Dmacro-assembler-arm64.cc3255 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dfull-codegen-mips.cc728 __ LoadContext(scratch, context_chain_length); in VarOperand() local
932 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
Dmacro-assembler-mips.cc4784 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dfull-codegen-mips64.cc724 __ LoadContext(scratch, context_chain_length); in VarOperand() local
927 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
Dmacro-assembler-mips64.cc4674 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dfull-codegen-arm.cc737 __ LoadContext(scratch, context_chain_length); in VarOperand() local
940 __ LoadContext(r1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration() local
Dmacro-assembler-arm.cc2882 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler