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

  /external/clang/lib/Parse/
ParseAST.cpp 62 std::swap(OldCollectStats, S.CollectStats);
103 std::swap(OldCollectStats, S.CollectStats);
  /external/v8/src/
heap-profiler.h 195 void CollectStats(HeapObject* obj);
321 void CollectStats(HeapObject* obj);
364 void CollectStats(HeapObject* obj);
heap-profiler.cc 493 void ConstructorHeapProfile::CollectStats(HeapObject* obj) {
728 void RetainerHeapProfile::CollectStats(HeapObject* obj) {
848 void AggregatedHeapSnapshotGenerator::CollectStats(HeapObject* obj) {
859 CollectStats(obj);
860 agg_snapshot_->js_cons_profile()->CollectStats(obj);
861 agg_snapshot_->js_retainer_profile()->CollectStats(obj);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 921 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) {
    [all...]
Sema.cpp 97 CollectStats(false), ExternalSource(0), CodeCompleter(CodeCompleter),
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 65 cons_profile.CollectStats(obj);
369 ret_profile.CollectStats(obj);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 194 bool CollectStats;
    [all...]

Completed in 181 milliseconds