Searched defs:name_hash (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/module/
H A Dop_dcache.h32 inline static uint name_hash(char const * name, uint len, uint parent);
34 inline static uint name_hash(char const * name, uint len, uint parent) function
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp479 const uint32_t name_hash = MappedHash::HashStringUsingDJB (name.GetCString()); local
480 std::pair <HashToISAIterator, HashToISAIterator> range = m_hash_to_isa_map.equal_range(name_hash);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1918 const uint32_t name_hash = data.GetU32(&offset); local
1920 AddClass (isa, descriptor_sp, name_hash);
1922 log->Printf("AppleObjCRuntimeV2 added isa=0x%" PRIx64 ", hash=0x%8.8x", isa, name_hash);
/external/chromium_org/v8/src/heap/
H A Dheap.h2347 uint32_t name_hash = local
2350 return (source_hash ^ name_hash) % kLength;

Completed in 664 milliseconds