HomeSort by relevance Sort by last modified time
    Searched refs:SmallMapList (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
type-info.h 19 class SmallMapList;
46 SmallMapList* receiver_types);
48 SmallMapList* receiver_types, bool* is_string,
51 SmallMapList* receiver_types);
53 SmallMapList* receiver_types,
56 void CountReceiverTypes(FeedbackSlot slot, SmallMapList* receiver_types);
58 void CollectReceiverTypes(FeedbackSlot slot, SmallMapList* types);
59 void CollectReceiverTypes(FeedbackNexus* nexus, SmallMapList* types);
95 Handle<Name> name, SmallMapList* types);
97 Handle<Name> name, SmallMapList* types)
    [all...]
type-info.cc 377 bool TypeFeedbackOracle::HasOnlyStringMaps(SmallMapList* receiver_types) {
387 SmallMapList* receiver_types) {
397 FeedbackSlot slot, SmallMapList* receiver_types, bool* is_string,
413 SmallMapList* receiver_types) {
420 FeedbackSlot slot, SmallMapList* receiver_types,
428 SmallMapList* receiver_types) {
436 SmallMapList* types) {
444 SmallMapList* types) {
455 SmallMapList* types) {
468 SmallMapList* types)
    [all...]
  /external/v8/src/ic/
stub-cache.h 13 class SmallMapList;
49 void CollectMatchingMaps(SmallMapList* types, Handle<Name> name,
stub-cache.cc 115 void StubCache::CollectMatchingMaps(SmallMapList* types, Handle<Name> name,
  /external/v8/src/ast/
ast.h 242 class SmallMapList final {
244 SmallMapList() {}
245 SmallMapList(int capacity, Zone* zone) : list_(capacity, zone) {}
285 DISALLOW_COPY_AND_ASSIGN(SmallMapList);
347 SmallMapList* GetReceiverTypes();
    [all...]
ast.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
typing.cc 409 SmallMapList maps;
441 SmallMapList* receiver_types = expr->GetReceiverTypes();
hydrogen.cc     [all...]
hydrogen-instructions.h 40 class SmallMapList;
    [all...]

Completed in 75 milliseconds