Searched refs:LookupKey (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 553 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/ |
D | ast-value-factory.cc | 92 string_ = StringTable::LookupKey(isolate, &key); in Internalize()
|
/external/v8/src/snapshot/ |
D | serialize.cc | 745 StringTable::LookupKey(isolate, &key); in CommitPostProcessedObjects()
|
/external/v8/src/ |
D | factory.cc | 242 return StringTable::LookupKey(isolate(), key); in InternalizeStringWithKey()
|
D | objects.h | 3305 static Handle<String> LookupKey(Isolate* isolate, HashTableKey* key);
|
D | objects.cc | 17863 return LookupKey(isolate, &key); in LookupString() 17867 Handle<String> StringTable::LookupKey(Isolate* isolate, HashTableKey* key) { in LookupKey() function in v8::internal::StringTable
|