Searched refs:CollectReceiverTypes (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 288 CollectReceiverTypes(&nexus, name, flags, receiver_types); in PropertyReceiverTypes() 302 CollectReceiverTypes<FeedbackNexus>(&nexus, receiver_types); in KeyedPropertyReceiverTypes() 314 CollectReceiverTypes(slot, name, flags, receiver_types); in AssignmentReceiverTypes() 322 CollectReceiverTypes(slot, receiver_types); in KeyedAssignmentReceiverTypes() 330 if (!slot.IsInvalid()) CollectReceiverTypes(slot, receiver_types); in CountReceiverTypes() 334 void TypeFeedbackOracle::CollectReceiverTypes(FeedbackVectorSlot slot, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle 339 CollectReceiverTypes<FeedbackNexus>(&nexus, name, flags, types); in CollectReceiverTypes() 344 void TypeFeedbackOracle::CollectReceiverTypes(T* obj, Handle<Name> name, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle 353 CollectReceiverTypes<T>(obj, types); in CollectReceiverTypes() 358 void TypeFeedbackOracle::CollectReceiverTypes(FeedbackVectorSlot slot, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle [all …]
|
D | type-info.h | 58 void CollectReceiverTypes(FeedbackVectorSlot slot, SmallMapList* types); 60 void CollectReceiverTypes(T* obj, SmallMapList* types); 99 void CollectReceiverTypes(FeedbackVectorSlot slot, Handle<Name> name, 102 void CollectReceiverTypes(T* obj, Handle<Name> name, Code::Flags flags,
|
/external/v8/src/crankshaft/ |
D | typing.cc | 415 oracle()->CollectReceiverTypes(slot, &maps); in VisitObjectLiteral()
|