HomeSort by relevance Sort by last modified time
    Searched refs:Hashcode (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/test/cctest/
test-unique.cc 70 int64_t hasha = static_cast<int64_t>(a.Hashcode());
71 int64_t hashb = static_cast<int64_t>(b.Hashcode());
80 int64_t hasha = static_cast<int64_t>(a.Hashcode());
81 int64_t hashb = static_cast<int64_t>(b.Hashcode());
  /external/chromium_org/v8/src/
hydrogen-bce.cc 26 return static_cast<uint32_t>(index_base_->Hashcode() ^ length_->Hashcode());
unique.h 25 // the address of the object, which is used as the hashcode and the basis for
81 inline intptr_t Hashcode() const {
hydrogen-gvn.cc 200 uint32_t hash = static_cast<uint32_t>(instr->Hashcode());
288 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode()));
hydrogen-check-elimination.cc 748 PrintF("%" V8PRIxPTR, list->at(j).Hashcode());
hydrogen-instructions.h 759 virtual intptr_t Hashcode();
    [all...]
hydrogen-instructions.cc 420 ASSERT(!result || Hashcode() == other->Hashcode());
425 intptr_t HValue::Hashcode() {
    [all...]

Completed in 213 milliseconds