Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1108 void CountUsage(v8::Isolate::UseCounterFeature feature);
Disolate.cc2359 void Isolate::CountUsage(v8::Isolate::UseCounterFeature feature) { in CountUsage() function in v8::internal::Isolate
Dparser.cc4054 isolate()->CountUsage(v8::Isolate::UseCounterFeature(feature)); in Internalize()