Searched refs:vm_tid_ (Results 1 – 1 of 1) sorted by relevance
233 PlatformData() : vm_tid_(pthread_self()) {} in PlatformData()234 pthread_t vm_tid() const { return vm_tid_; } in vm_tid()237 pthread_t vm_tid_; member in v8::sampler::Sampler::PlatformData