Searched refs:use_counts (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ |
D | test-regexp.cc | 1882 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 1883 global_use_counts = use_counts; in TEST() 1888 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST() 1889 CHECK_EQ(0, use_counts[v8::Isolate::kRegExpPrototypeToString]); in TEST() 1894 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST() 1895 CHECK_EQ(0, use_counts[v8::Isolate::kRegExpPrototypeToString]); in TEST() 1909 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST() 1910 CHECK_EQ(0, use_counts[v8::Isolate::kRegExpPrototypeToString]); in TEST() 1917 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST() 1918 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeToString]); in TEST() [all …]
|
D | test-object-observe.cc | 993 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 994 global_use_counts = use_counts; in TEST() 999 CHECK_EQ(1, use_counts[v8::Isolate::kObjectObserve]); in TEST() 1004 CHECK_EQ(1, use_counts[v8::Isolate::kObjectObserve]); in TEST() 1012 CHECK_EQ(2, use_counts[v8::Isolate::kObjectObserve]); in TEST() 1021 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 1022 global_use_counts = use_counts; in TEST() 1026 CHECK_EQ(1, use_counts[v8::Isolate::kObjectObserve]); in TEST()
|
D | test-parsing.cc | 3580 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 3581 global_use_counts = use_counts; in TEST() 3588 CHECK_EQ(i::FLAG_always_opt ? 4 : 2, use_counts[v8::Isolate::kUseAsm]); in TEST() 3597 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 3598 global_use_counts = use_counts; in TEST() 3609 CHECK_EQ(i::FLAG_always_opt ? 8 : 4, use_counts[v8::Isolate::kLegacyConst]); in TEST() 3617 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 3618 global_use_counts = use_counts; in TEST() 3623 CHECK_LT(0, use_counts[v8::Isolate::kStrictMode]); in TEST() 3624 CHECK_EQ(0, use_counts[v8::Isolate::kSloppyMode]); in TEST() [all …]
|
D | test-strings.cc | 1337 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; in TEST() local 1338 global_use_counts = use_counts; in TEST() 1340 CHECK_EQ(0, use_counts[v8::Isolate::kBreakIterator]); in TEST() 1352 CHECK_EQ(uses, use_counts[v8::Isolate::kBreakIterator]); in TEST()
|