HomeSort by relevance Sort by last modified time
    Searched refs:name_hash (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 54 NamePairList::const_iterator name_hash, nEnd = m_NamePairList.end(); local
55 for (name_hash = m_NamePairList.begin(); name_hash != nEnd; ++name_hash) {
56 if (matched(*name_hash, pFrom, pHash)) {
57 return *name_hash;
66 NamePairList::iterator name_hash, nEnd = m_NamePairList.end(); local
67 for (name_hash = m_NamePairList.begin(); name_hash != nEnd; ++name_hash) {
    [all...]
  /external/oprofile/module/
op_dcache.h 32 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
op_dname.c 187 incr = firsthash = value = name_hash(dname->name, dname->len, parent);
  /external/v8/src/
heap.h 2330 uint32_t name_hash = local
    [all...]

Completed in 177 milliseconds