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

  /external/v8/src/builtins/
builtins-regexp.h 67 void FlagGetter(JSRegExp::Flag flag, v8::Isolate::UseCounterFeature counter,
builtins-regexp.cc     [all...]
  /external/v8/src/
lookup.cc 169 v8::Isolate::UseCounterFeature::kArrayInstanceConstructorModified);
177 isolate_->CountUsage(v8::Isolate::UseCounterFeature::
188 v8::Isolate::UseCounterFeature::kArraySpeciesModified);
    [all...]
i18n.cc 665 isolate->CountUsage(v8::Isolate::UseCounterFeature::kBreakIterator);
    [all...]
isolate.h     [all...]
isolate.cc     [all...]
  /external/v8/src/runtime/
runtime-internal.cc 438 isolate->CountUsage(static_cast<v8::Isolate::UseCounterFeature>(counter));
  /external/v8/src/parsing/
parser.h     [all...]
preparser.h     [all...]
parser.cc     [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc 403 isolate()->CountUsage(static_cast<v8::Isolate::UseCounterFeature>(i));
409 void Heap::IncrementDeferredCount(v8::Isolate::UseCounterFeature feature) {
    [all...]
mark-compact.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 227 milliseconds