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

  /external/v8/src/base/platform/
platform-posix.cc 526 class Thread::PlatformData {
528 PlatformData() : thread_(kNoThread) {}
535 : data_(new PlatformData),
platform-win32.cc     [all...]
  /external/v8/src/profiler/
sampler.cc 243 class Sampler::PlatformData : public PlatformDataCommon {
245 PlatformData() : vm_tid_(pthread_self()) {}
258 class Sampler::PlatformData : public PlatformDataCommon {
265 PlatformData()
272 ~PlatformData() {
755 data_ = new PlatformData;

Completed in 51 milliseconds