Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantsContext.h553 typedef std::pair<TypeClass *, ValType> LookupKey;
566 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
571 static unsigned getHashValue(const LookupKey &Val) {
574 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
612 LookupKey Lookup(Ty, V);
626 typename MapTy::iterator find(LookupKey Lookup) {
645 LookupKey Lookup(CP->getType(), ValType(Operands, CP));
/external/v8/src/ast/
Dast-value-factory.cc92 string_ = StringTable::LookupKey(isolate, &key); in Internalize()
/external/v8/src/snapshot/
Dserialize.cc745 StringTable::LookupKey(isolate, &key); in CommitPostProcessedObjects()
/external/v8/src/
Dfactory.cc242 return StringTable::LookupKey(isolate(), key); in InternalizeStringWithKey()
Dobjects.h3305 static Handle<String> LookupKey(Isolate* isolate, HashTableKey* key);
Dobjects.cc17863 return LookupKey(isolate, &key); in LookupString()
17867 Handle<String> StringTable::LookupKey(Isolate* isolate, HashTableKey* key) { in LookupKey() function in v8::internal::StringTable