Searched refs:PropertyFeedbackSlot (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 2102 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitAssignment() 2112 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitAssignment() 2123 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitAssignment() 2134 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitAssignment() 2224 VectorSlotPair pair = CreateVectorSlotPair(expr->PropertyFeedbackSlot()); in VisitProperty() 2326 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitCall() 2343 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitCall() 2608 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitCountOperation() 2621 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitCountOperation() 2635 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitCountOperation() [all …]
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 2114 FeedbackVectorSlot slot = property->PropertyFeedbackSlot(); in VisitAssignment() 2123 FeedbackVectorSlot slot = property->PropertyFeedbackSlot(); in VisitAssignment() 2271 FeedbackVectorSlot slot = expr->PropertyFeedbackSlot(); in VisitPropertyLoad() 2676 FeedbackVectorSlot slot = property->PropertyFeedbackSlot(); in VisitCountOperation() 2683 FeedbackVectorSlot slot = property->PropertyFeedbackSlot(); in VisitCountOperation()
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 1110 CallLoadIC(prop->PropertyFeedbackSlot(), key->value()); in EmitNamedPropertyLoad() 1127 EmitLoadSlot(LoadDescriptor::SlotRegister(), prop->PropertyFeedbackSlot()); in EmitKeyedPropertyLoad()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 489 FeedbackVectorSlot slot = expr->PropertyFeedbackSlot(); in VisitProperty()
|
D | hydrogen.cc | 7563 expr->PropertyFeedbackSlot(), object, name, in BuildLoad() 7576 obj, key, NULL, expr, expr->PropertyFeedbackSlot(), ast_id, in BuildLoad() 7891 BuildNamedGeneric(LOAD, prop, prop->PropertyFeedbackSlot(), receiver, in HandlePolymorphicCallNamed()
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 1105 FormatSlotNode(&buf, node, "PROPERTY", node->PropertyFeedbackSlot()); in VisitProperty()
|
D | ast.h | 1797 FeedbackVectorSlot PropertyFeedbackSlot() const { in PropertyFeedbackSlot() function
|