Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dvariables.h62 DCHECK(IsUnallocated() || IsContextSlot() || in ForceContextAllocation()
84 bool IsContextSlot() const { return location() == VariableLocation::CONTEXT; } in IsContextSlot() function
Dscopes.cc2219 DCHECK(var->IsUnallocated() || var->IsContextSlot()); in AllocateParameter()
2408 function != nullptr && function->IsContextSlot(); in ContextLocalCount()
/external/v8/src/debug/
Ddebug-scopes.cc680 DCHECK(var->IsContextSlot()); in VisitLocals()
824 DCHECK(var->IsContextSlot()); in SetLocalVariableValue()
Dliveedit.cc657 if (!var->IsContextSlot()) continue; in HasChangedScope()
661 if (!var->IsContextSlot()) continue; in HasChangedScope()
/external/v8/src/objects/
Dscope-info.cc96 } else if (var->IsContextSlot()) { in Create()
119 } else if (var->IsContextSlot()) { in Create()
/external/v8/src/interpreter/
Dbytecode-generator.cc1913 expr->class_variable()->IsContextSlot()); in BuildClassLiteral()
4757 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) { in BuildLocalActivationContextInitialization()
4770 if (!variable->IsContextSlot()) continue; in BuildLocalActivationContextInitialization()
4798 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()
4829 DCHECK(variable->IsContextSlot() || variable->IsStackAllocated()); in VisitArgumentsObject()
4843 DCHECK(rest->IsContextSlot() || rest->IsStackAllocated()); in VisitRestArgumentsArray()