Home
last modified time | relevance | path

Searched refs:feature_tracker (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
Dheap-profiler.cc109 heap()->isolate()->debug()->feature_tracker()->Track( in TakeSnapshot()
148 heap()->isolate()->debug()->feature_tracker()->Track( in StartHeapObjectsTracking()
Dcpu-profiler.cc359 isolate_->debug()->feature_tracker()->Track(DebugFeatureTracker::kProfiler); in StartProfiling()
/external/v8/src/debug/
Ddebug.h373 DebugFeatureTracker* feature_tracker() { return &feature_tracker_; } in feature_tracker() function
Ddebug.cc614 feature_tracker()->Track(DebugFeatureTracker::kBreakPoint); in SetBreakPoint()
665 feature_tracker()->Track(DebugFeatureTracker::kBreakPoint); in SetBreakPointForScript()
967 feature_tracker()->Track(DebugFeatureTracker::kStepping); in PrepareStep()
1908 feature_tracker()->Track(DebugFeatureTracker::kActive); in UpdateState()