Searched refs:CollectReceiverTypes (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 262 CollectReceiverTypes(id, name, flags, receiver_types); in PropertyReceiverTypes() 273 CollectReceiverTypes(id, receiver_types); in KeyedPropertyReceiverTypes() 282 CollectReceiverTypes(id, name, flags, receiver_types); in AssignmentReceiverTypes() 290 CollectReceiverTypes(id, receiver_types); in KeyedAssignmentReceiverTypes() 298 CollectReceiverTypes(id, receiver_types); in CountReceiverTypes() 302 void TypeFeedbackOracle::CollectReceiverTypes(TypeFeedbackId ast_id, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle 318 CollectReceiverTypes(ast_id, types); in CollectReceiverTypes() 357 void TypeFeedbackOracle::CollectReceiverTypes(TypeFeedbackId ast_id, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle
|
D | type-info.h | 56 void CollectReceiverTypes(TypeFeedbackId id, 95 void CollectReceiverTypes(TypeFeedbackId id,
|
D | ast.cc | 628 oracle->CollectReceiverTypes(id, &maps); in RecordTypeFeedback()
|