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

  /external/v8/src/
cpu-profiler-inl.h 79 generator_->Tick();
platform.h 155 // Get a tick counter normalized to one tick per microsecond.
617 virtual void Tick(TickSample* sample) = 0;
profile-generator.h 363 void Tick();
366 // Instead of querying current wall time each tick,
424 INLINE(void Tick()) { sample_rate_calc_.Tick(); }
    [all...]
platform-openbsd.cc 567 active_sampler_->Tick(&sample);
611 // Set the itimer to generate a tick for each interval.
platform-cygwin.cc 727 sampler->Tick(sample);
platform-freebsd.cc 675 sampler->Tick(sample);
platform-macos.cc 777 sampler->Tick(sample);
platform-solaris.cc 621 active_sampler_->Tick(sample);
platform-linux.cc 897 sampler->Tick(sample);
log.cc 140 // Tells whether we are currently recording tick samples.
201 virtual void Tick(TickSample* sample) {
    [all...]
platform-win32.cc     [all...]
profile-generator.cc 803 void SampleRateCalculator::Tick() {
    [all...]
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
ll_prof.py 115 def Tick(self, pc):
723 def Tick(self, pc):
887 code.Tick(sample.ip)
890 if not library_repo.Tick(sample.ip) and not code:
916 print "%9.2fs tick processing time" % sample_time
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 111 STDMETHOD(Tick) (THIS_ D3DVALUE) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 111 STDMETHOD(Tick) (THIS_ D3DVALUE) PURE;
  /external/v8/test/cctest/
test-log.cc 283 // tick sample it has got.
286 // Now we must have compiler and tick records.
290 const char* tick = "\ntick,"; local
291 const bool ticks_found = matcher->Find(tick) != NULL;
432 void Tick(v8::internal::TickSample*) { semaphore_->Signal(); }
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 869 milliseconds