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

  /external/v8/src/crankshaft/
hydrogen-bce.cc 26 return static_cast<uint32_t>(index_base_->Hashcode() ^ length_->Hashcode());
unique.h 28 // the address of the object, which is used as the hashcode and the basis for
87 inline intptr_t Hashcode() const {
hydrogen-gvn.cc 201 uint32_t hash = static_cast<uint32_t>(instr->Hashcode());
289 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode()));
hydrogen-check-elimination.cc 757 PrintF("%" V8PRIxPTR, list->at(j).Hashcode());
hydrogen-instructions.cc 454 DCHECK(!result || Hashcode() == other->Hashcode());
459 intptr_t HValue::Hashcode() {
    [all...]
hydrogen-instructions.h 682 virtual intptr_t Hashcode();
    [all...]

Completed in 129 milliseconds