Searched defs:SmallMapList (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dast.h266 class SmallMapList { class in namespace:v8::internal
268 SmallMapList() {} function in class:v8::internal::SmallMapList
269 explicit SmallMapList(int capacity) : list_(capacity) {} function in class:v8::internal::SmallMapList
292 DISALLOW_COPY_AND_ASSIGN(SmallMapList);
346 virtual SmallMapList* GetReceiverTypes() {
352 SmallMapList* types = GetReceiverTypes();
1528 virtual SmallMapList* GetReceiverTypes() { return &receiver_types_; }
1555 SmallMapList receiver_types_;
1575 virtual SmallMapList* GetReceiverTypes() { return &receiver_types_; }
1615 SmallMapList receiver_types
[all...]
/external/chromium_org/v8/src/
H A Dast.h269 class SmallMapList V8_FINAL {
271 SmallMapList() {} function in class:v8::internal::V8_FINAL
272 SmallMapList(int capacity, Zone* zone) : list_(capacity, zone) {} function in class:v8::internal::V8_FINAL
313 DISALLOW_COPY_AND_ASSIGN(SmallMapList);
367 virtual SmallMapList* GetReceiverTypes() {
1696 virtual SmallMapList* GetReceiverTypes() V8_OVERRIDE {
1733 SmallMapList receiver_types_;
1751 virtual SmallMapList* GetReceiverTypes() V8_OVERRIDE {
1817 SmallMapList receiver_types_;
2005 virtual SmallMapList* GetReceiverType
[all...]

Completed in 65 milliseconds