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

  /external/v8/test/cctest/
test-usecounters.cc 23 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
24 global_use_counts = use_counts;
33 CHECK_EQ(0, use_counts[v8::Isolate::kDefineGetterOrSetterWouldThrow]);
38 CHECK_EQ(0, use_counts[v8::Isolate::kDefineGetterOrSetterWouldThrow]);
49 CHECK_EQ(0, use_counts[v8::Isolate::kDefineGetterOrSetterWouldThrow]);
58 CHECK_EQ(0, use_counts[v8::Isolate::kDefineGetterOrSetterWouldThrow]);
67 CHECK_EQ(1, use_counts[v8::Isolate::kDefineGetterOrSetterWouldThrow]);
72 CHECK_EQ(2, use_counts[v8::Isolate::kDefineGetterOrSetterWouldThrow]);
test-regexp.cc 1951 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
    [all...]
test-parsing.cc 3567 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
3581 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
3596 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
3609 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
    [all...]
test-strings.cc 1338 int use_counts[v8::Isolate::kUseCounterFeatureCount] = {}; local
    [all...]
  /external/v8/src/parsing/
preparser.cc 107 int* use_counts) {
110 use_counts_ = use_counts;
138 CheckDecimalLiteralWithLeadingZero(use_counts, start_position, end_pos);
    [all...]
preparser.h     [all...]
parser-base.h 731 void CheckDecimalLiteralWithLeadingZero(int* use_counts, int beg_pos,
738 if (use_counts != nullptr)
739 ++use_counts[v8::Isolate::kDecimalWithLeadingZeroInStrictMode];
    [all...]

Completed in 4493 milliseconds