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

  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
tickprocessor.py 40 def Tick(self, pc, stack):
84 def Tick(self, pc, stack):
85 super(JSCodeEntry, self).Tick(pc, stack)
218 if row[0] == 'tick':
380 entry.Tick(pc, processed_stack)
571 sys.exit('You probably want to run windows-tick-processor.py or linux-tick-processor.py.')
  /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/src/
platform.h 143 // Get a tick counter normalized to one tick per microsecond.
543 virtual void Tick(TickSample* sample) = 0;
platform-macos.cc 597 // Invoke tick handler with program counter and stack pointer.
598 sampler_->Tick(&sample);
platform-openbsd.cc 547 active_sampler_->Tick(&sample);
587 // Set the itimer to generate a tick for each interval.
platform-solaris.cc 538 active_sampler_->Tick(&sample);
578 // Set the itimer to generate a tick for each interval.
platform-freebsd.cc 595 active_sampler_->Tick(&sample);
635 // Set the itimer to generate a tick for each interval.
platform-linux.cc 767 active_sampler_->Tick(&sample);
810 // Set the itimer to generate a tick for each interval.
log.cc 135 // Tells whether we are currently recording tick samples.
197 void Tick(TickSample* sample) {
    [all...]
platform-win32.cc     [all...]
  /external/v8/test/cctest/
test-log.cc 309 // tick sample it has got.
312 // Now we must have compiler and tick records.
316 const char* tick = "\ntick,"; local
317 const bool ticks_found = matcher->Find(tick) != NULL;
448 void Tick(v8::internal::TickSample*) { semaphore_->Signal(); }
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1080 milliseconds