Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantsContext.h516 typedef std::pair<TypeClass *, ValType> LookupKey;
529 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
534 static unsigned getHashValue(const LookupKey &Val) {
537 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
575 LookupKey Lookup(Ty, V);
589 typename MapTy::iterator find(LookupKey Lookup) {
608 LookupKey Lookup(CP->getType(), ValType(Operands, CP));
/external/v8/src/
Dast-value-factory.cc93 string_ = StringTable::LookupKey(isolate, &key); in Internalize()
Dserialize.cc756 String* canonical = *StringTable::LookupKey(isolate_, &key); in ProcessNewObjectFromSerializedCode()
Dfactory.cc203 return StringTable::LookupKey(isolate(), key); in InternalizeStringWithKey()
Dobjects.h3415 static Handle<String> LookupKey(Isolate* isolate, HashTableKey* key);
Dobjects.cc14683 return LookupKey(isolate, &key); in LookupString()
14687 Handle<String> StringTable::LookupKey(Isolate* isolate, HashTableKey* key) { in LookupKey() function in v8::internal::StringTable