Home
last modified time | relevance | path

Searched refs:IsContextSlot (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dvariables.h119 bool IsContextSlot() const { return location_ == CONTEXT; } in IsContextSlot() function
Dscopes.cc594 } else if (var->IsContextSlot()) { in CollectStackAndContextLocals()
1180 ASSERT(var->IsUnallocated() || var->IsContextSlot()); in AllocateParameterLocals()
1276 (function_ != NULL && function_->var()->IsContextSlot() ? 1 : 0); in ContextLocalCount()
Dscopeinfo.cc59 } else if (var->IsContextSlot()) { in Create()
Dhydrogen.cc3560 ASSERT(var->IsContextSlot()); in BuildContextChainWalk()
6160 } else if (var->IsStackAllocated() || var->IsContextSlot()) { in VisitDelete()
7052 if (var->IsContextSlot()) { in HandleDeclaration()
Dhydrogen-instructions.h3617 ASSERT(var->IsContextSlot());
/external/v8/src/arm/
Dfull-codegen-arm.cc210 if (var->IsContextSlot()) { in Generate()
463 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
468 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
474 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
481 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
730 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in VarOperand()
731 if (var->IsContextSlot()) { in VarOperand()
752 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in SetVar()
760 if (var->IsContextSlot()) { in SetVar()
1253 ASSERT(var->IsContextSlot()); in ContextSlotOperandCheckExtensions()
[all …]
Dlithium-codegen-arm.cc195 if (var->IsContextSlot()) { in GeneratePrologue()
/external/v8/src/x64/
Dfull-codegen-x64.cc218 if (var->IsContextSlot()) { in Generate()
397 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
402 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
408 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
649 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in VarOperand()
650 if (var->IsContextSlot()) { in VarOperand()
661 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in GetVar()
671 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in SetVar()
679 if (var->IsContextSlot()) { in SetVar()
1164 ASSERT(var->IsContextSlot()); in ContextSlotOperandCheckExtensions()
[all …]
Dlithium-codegen-x64.cc206 if (var->IsContextSlot()) { in GeneratePrologue()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc204 if (var->IsContextSlot()) { in Generate()
456 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
461 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
467 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
708 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in VarOperand()
709 if (var->IsContextSlot()) { in VarOperand()
720 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in GetVar()
730 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in SetVar()
738 if (var->IsContextSlot()) { in SetVar()
1209 ASSERT(var->IsContextSlot()); in ContextSlotOperandCheckExtensions()
[all …]
Dlithium-codegen-ia32.cc208 if (var->IsContextSlot()) { in GeneratePrologue()
/external/v8/src/mips/
Dfull-codegen-mips.cc217 if (var->IsContextSlot()) { in Generate()
472 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
477 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
483 ASSERT(var->IsStackAllocated() || var->IsContextSlot()); in Plug()
739 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in VarOperand()
740 if (var->IsContextSlot()) { in VarOperand()
761 ASSERT(var->IsContextSlot() || var->IsStackAllocated()); in SetVar()
768 if (var->IsContextSlot()) { in SetVar()
1259 ASSERT(var->IsContextSlot()); in ContextSlotOperandCheckExtensions()
1345 Comment cmnt(masm_, var->IsContextSlot() in EmitVariableLoad()
[all …]
Dlithium-codegen-mips.cc193 if (var->IsContextSlot()) { in GeneratePrologue()