Lines Matching refs:literal_slot
701 FeedbackSlot literal_slot, in AddFunctionDeclaration() argument
704 declarations_.push_back(Declaration(name, slot, literal_slot, func)); in AddFunctionDeclaration()
735 if (declaration.literal_slot.IsInvalid()) { in AllocateDeclarations()
739 Smi::FromInt(declaration.literal_slot.ToInt()); in AllocateDeclarations()
765 FeedbackSlot literal_slot, FunctionLiteral* func) in Declaration()
766 : name(name), slot(slot), literal_slot(literal_slot), func(func) {} in Declaration()
771 literal_slot(FeedbackSlot::Invalid()), in Declaration()
776 FeedbackSlot literal_slot; member
1243 FeedbackSlot literal_slot = GetCachedCreateClosureSlot(decl->fun()); in VisitFunctionDeclaration() local
1245 literal_slot, decl->fun()); in VisitFunctionDeclaration()
4411 FeedbackSlot literal_slot = feedback_spec()->AddLiteralSlot(); in VisitGetTemplateObject() local
4412 builder()->GetTemplateObject(entry, feedback_index(literal_slot)); in VisitGetTemplateObject()