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

  /external/v8/src/profiler/
heap-profiler.cc 82 DebugFeatureTracker::kHeapSnapshot);
121 DebugFeatureTracker::kAllocationTracking);
cpu-profiler.cc 273 isolate_->debug()->feature_tracker()->Track(DebugFeatureTracker::kProfiler);
  /external/v8/src/debug/
debug.h 384 class DebugFeatureTracker {
396 explicit DebugFeatureTracker(Isolate* isolate)
559 DebugFeatureTracker* feature_tracker() { return &feature_tracker_; }
667 DebugFeatureTracker feature_tracker_;
debug.cc 462 void DebugFeatureTracker::Track(DebugFeatureTracker::Feature feature) {
553 feature_tracker()->Track(DebugFeatureTracker::kActive);
785 feature_tracker()->Track(DebugFeatureTracker::kBreakPoint);
828 feature_tracker()->Track(DebugFeatureTracker::kBreakPoint);
    [all...]
  /external/v8/src/runtime/
runtime-liveedit.cc 248 isolate->debug()->feature_tracker()->Track(DebugFeatureTracker::kLiveEdit);

Completed in 41 milliseconds