Home
last modified time | relevance | path

Searched refs:CountUsage (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-global.cc90 isolate->CountUsage(v8::Isolate::kFunctionConstructorReturnedUndefined); in BUILTIN()
Dbuiltins-function.cc28 isolate->CountUsage(v8::Isolate::kFunctionConstructorReturnedUndefined); in CreateDynamicFunction()
Dbuiltins-regexp.cc734 isolate->CountUsage(v8::Isolate::kRegExpPrototypeSourceGetter); in BUILTIN()
752 isolate->CountUsage(v8::Isolate::kRegExpPrototypeToString); in BUILTIN()
Dbuiltins-object.cc612 isolate->CountUsage(v8::Isolate::kDefineGetterOrSetterWouldThrow); in ObjectDefineAccessor()
/external/v8/src/
Dlookup.cc168 isolate_->CountUsage( in InternalUpdateProtector()
177 isolate_->CountUsage(v8::Isolate::UseCounterFeature:: in InternalUpdateProtector()
187 isolate_->CountUsage( in InternalUpdateProtector()
Ddateparser-inl.h179 isolate->CountUsage(v8::Isolate::kLegacyDateParser); in Parse()
Di18n.cc671 isolate->CountUsage(v8::Isolate::UseCounterFeature::kBreakIterator); in CreateICUBreakIterator()
Disolate.h1114 void CountUsage(v8::Isolate::UseCounterFeature feature);
Disolate.cc3352 void Isolate::CountUsage(v8::Isolate::UseCounterFeature feature) { in Throw() function in v8::internal::Isolate
/external/v8/src/runtime/
Druntime-internal.cc466 isolate->CountUsage(static_cast<v8::Isolate::UseCounterFeature>(counter)); in RUNTIME_FUNCTION()
Druntime-i18n.cc628 isolate->CountUsage(v8::Isolate::UseCounterFeature::kIntlV8Parse); in RUNTIME_FUNCTION()
/external/v8/src/parsing/
Dpreparser.h1508 V8_INLINE void CountUsage(v8::Isolate::UseCounterFeature feature) {
Dparser.h1123 V8_INLINE void CountUsage(v8::Isolate::UseCounterFeature feature) {
Dparser.cc3758 isolate->CountUsage(v8::Isolate::UseCounterFeature(feature)); in Internalize()
3762 isolate->CountUsage(v8::Isolate::kHtmlComment); in Internalize()
3764 isolate->CountUsage(v8::Isolate::kHtmlCommentInExternalScript); in Internalize()
Dparser-base.h876 impl()->CountUsage(v8::Isolate::kDecimalWithLeadingZeroInStrictMode); in CheckDecimalLiteralWithLeadingZero()
4635 impl()->CountUsage(v8::Isolate::kLegacyFunctionDeclaration); in ParseScopedStatement()
/external/v8/src/heap/
Dheap.cc396 isolate()->CountUsage(static_cast<v8::Isolate::UseCounterFeature>(i)); in ReportStatisticsAfterGC()
1037 isolate()->CountUsage(v8::Isolate::kForcedGC); in CollectGarbage()
Dmark-compact.cc2045 isolate()->CountUsage(v8::Isolate::UseCounterFeature::kMarkDequeOverflow); in RefillMarkingDeque()