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 541 class Thread::PlatformData {
543 PlatformData() : thread_(kNoThread) {}
550 : data_(new PlatformData),
platform-win32.cc     [all...]
  /external/v8/src/libsampler/
v8-sampler.cc 210 class Sampler::PlatformData {
212 PlatformData() : vm_tid_(pthread_self()) {}
314 class Sampler::PlatformData {
321 PlatformData()
328 ~PlatformData() {
582 data_ = new PlatformData;

Completed in 126 milliseconds