Searched refs:GetReceiverTypes (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dast.h346 virtual SmallMapList* GetReceiverTypes() { function in class:v8::internal::Expression
352 SmallMapList* types = GetReceiverTypes();
1528 virtual SmallMapList* GetReceiverTypes() { return &receiver_types_; } function in class:v8::internal::Property
1575 virtual SmallMapList* GetReceiverTypes() { return &receiver_types_; } function in class:v8::internal::Call
1801 virtual SmallMapList* GetReceiverTypes() { return &receiver_types_; } function in class:v8::internal::CountOperation
1954 virtual SmallMapList* GetReceiverTypes() { return &receiver_types_; } function in class:v8::internal::Assignment
H A Dhydrogen.cc4020 SmallMapList* types = expr->GetReceiverTypes();
4125 SmallMapList* types = expr->GetReceiverTypes();
4292 Handle<Map> map = prop->GetReceiverTypes()->first();
4706 SmallMapList* maps = prop->GetReceiverTypes();
4906 } else if (expr->GetReceiverTypes() != NULL &&
4907 !expr->GetReceiverTypes()->is_empty()) {
5015 SmallMapList* types = expr->GetReceiverTypes();
5731 Handle<Map> function_map = expr->GetReceiverTypes()->first();
5841 SmallMapList* types = expr->GetReceiverTypes();
6408 Handle<Map> map = prop->GetReceiverTypes()
[all...]

Completed in 78 milliseconds