Home
last modified time | relevance | path

Searched refs:vm_tid_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dsampler.cc184 PlatformData() : vm_tid_(pthread_self()) {} in PlatformData()
185 pthread_t vm_tid() const { return vm_tid_; } in vm_tid()
188 pthread_t vm_tid_; member in v8::internal::Sampler::PlatformData