HomeSort by relevance Sort by last modified time
    Searched defs:RuntimeProfiler (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
runtime-profiler.h 43 class RuntimeProfiler {
45 explicit RuntimeProfiler(Isolate* isolate);
179 // Implementation of RuntimeProfiler inline functions.
181 void RuntimeProfiler::IsolateEnteredJS(Isolate* isolate) {
193 void RuntimeProfiler::IsolateExitedJS(Isolate* isolate) {
runtime-profiler.cc 110 Atomic32 RuntimeProfiler::state_ = 0;
114 Semaphore* RuntimeProfiler::semaphore_ = OS::CreateSemaphore(0);
118 bool RuntimeProfiler::has_been_globally_setup_ = false;
120 bool RuntimeProfiler::enabled_ = false;
123 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
142 void RuntimeProfiler::GlobalSetup() {
151 void RuntimeProfiler::Optimize(JSFunction* function, bool eager, int delay) {
168 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
214 void RuntimeProfiler::ClearSampleBuffer()
    [all...]

Completed in 930 milliseconds