Searched refs:literal_slot (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-literals.cc | 597 FeedbackSlot literal_slot(FeedbackVector::ToSlot(index)); in RUNTIME_FUNCTION() local 600 Handle<Object> literal_site(vector->Get(literal_slot)->ToObject(), isolate); in RUNTIME_FUNCTION() 607 PreInitializeLiteralSite(vector, literal_slot); in RUNTIME_FUNCTION() 610 vector->Set(literal_slot, *boilerplate); in RUNTIME_FUNCTION()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 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() [all …]
|