Searched refs:LookupKey (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 516 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/ |
D | ast-value-factory.cc | 93 string_ = StringTable::LookupKey(isolate, &key); in Internalize()
|
D | serialize.cc | 756 String* canonical = *StringTable::LookupKey(isolate_, &key); in ProcessNewObjectFromSerializedCode()
|
D | factory.cc | 203 return StringTable::LookupKey(isolate(), key); in InternalizeStringWithKey()
|
D | objects.h | 3415 static Handle<String> LookupKey(Isolate* isolate, HashTableKey* key);
|
D | objects.cc | 14683 return LookupKey(isolate, &key); in LookupString() 14687 Handle<String> StringTable::LookupKey(Isolate* isolate, HashTableKey* key) { in LookupKey() function in v8::internal::StringTable
|