Searched refs:LookupKey (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantsContext.h654 typedef std::pair<TypeClass*, Operands> LookupKey; typedef in class:llvm::ConstantAggrUniqueMap
671 return getHashValue(LookupKey(CP->getType(), CPOperands));
676 static unsigned getHashValue(const LookupKey &Val) {
680 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
733 LookupKey Lookup(Ty, V);
750 typename MapTy::iterator find(LookupKey Lookup) {
H A DConstants.cpp2461 LLVMContextImpl::ArrayConstantsTy::LookupKey Lookup;
2537 LLVMContextImpl::StructConstantsTy::LookupKey Lookup;
/external/v8/src/
H A Dobjects.cc11617 return LookupKey(&key, s);
11718 return LookupKey(&key, s);
11725 return LookupKey(&key, s);
11734 return LookupKey(&key, s);
11741 return LookupKey(&key, s);
11744 MaybeObject* SymbolTable::LookupKey(HashTableKey* key, Object** s) { function in class:v8::internal::SymbolTable
H A Dobjects.h2934 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);

Completed in 136 milliseconds