Home
last modified time | relevance | path

Searched defs:HashCode (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Doperator.h117 virtual int HashCode() const FINAL { return opcode(); } in HashCode() function
139 static int HashCode(T a) { return 0; } in HashCode() function
Dmachine-operator.cc38 static int HashCode(const StoreRepresentation& rep) { in HashCode() function
53 static int HashCode(LoadRepresentation type) { return type; } in HashCode() function
Dsimplified-operator.cc70 static int HashCode(const FieldAccess& val) { in HashCode() function
87 static int HashCode(const ElementAccess& access) { in HashCode() function
Dvalue-numbering-reducer.cc15 size_t HashCode(Node* node) { return node->op()->HashCode(); } in HashCode() function
Dcommon-operator.cc46 static int HashCode(ExternalReference reference) { in HashCode() function
/external/guava/guava/src/com/google/common/cache/
DStriped64.java115 static final class HashCode { class in Striped64
118 HashCode() { in HashCode() method in Striped64.HashCode
/external/guava/guava/src/com/google/common/hash/
DHashCode.java39 public abstract class HashCode { class
40 HashCode() {} in HashCode() method in HashCode
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV… argument
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc76 int32_t HashCode(int32_t platform_id, int32_t encoding_id, int32_t language_id, in HashCode() function