Home
last modified time | relevance | path

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

/external/v8/src/libsampler/
Dsampler.cc233 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