Searched refs:phash_ (Results 1 – 2 of 2) sorted by relevance
703 nslots_(0), phash_(NULL), pindex_(NULL), shndx_pool_(NULL), in DwpReader()729 phash_ = cu_index_ + 4 * sizeof(uint32_t); in Initialize()730 pindex_ = phash_ + nslots_ * sizeof(uint64_t); in Initialize()742 phash_ = cu_index_ + 4 * sizeof(uint32_t); in Initialize()743 pindex_ = phash_ + nslots_ * sizeof(uint64_t); in Initialize()870 reinterpret_cast<const uint8_t *>(phash_) + slot * sizeof(uint64_t)); in LookupCU()877 reinterpret_cast<const uint8_t *>(phash_) + slot * sizeof(uint64_t)); in LookupCU()888 reinterpret_cast<const uint8_t *>(phash_) + slot * sizeof(uint64_t)); in LookupCUv2()897 reinterpret_cast<const uint8_t *>(phash_) + slot * sizeof(uint64_t)); in LookupCUv2()
658 const char* phash_; variable