Home
last modified time | relevance | path

Searched refs:PropertyFeedbackSlot (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.cc2102 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/
Dbytecode-generator.cc2114 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/
Dfull-codegen.cc1110 CallLoadIC(prop->PropertyFeedbackSlot(), key->value()); in EmitNamedPropertyLoad()
1127 EmitLoadSlot(LoadDescriptor::SlotRegister(), prop->PropertyFeedbackSlot()); in EmitKeyedPropertyLoad()
/external/v8/src/crankshaft/
Dtyping.cc489 FeedbackVectorSlot slot = expr->PropertyFeedbackSlot(); in VisitProperty()
Dhydrogen.cc7563 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/
Dprettyprinter.cc1105 FormatSlotNode(&buf, node, "PROPERTY", node->PropertyFeedbackSlot()); in VisitProperty()
Dast.h1797 FeedbackVectorSlot PropertyFeedbackSlot() const { in PropertyFeedbackSlot() function