Searched refs:m_hash (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockHash.cpp37 : m_hash(0)
42 m_hash *= 62;
45 m_hash += c - 'A';
49 m_hash += c - 'a' + 26;
53 m_hash += c - '0' + 26 * 2;
58 : m_hash(0)
64 m_hash += digest[0] | (digest[1] << 8) | (digest[2] << 16) | (digest[3] << 24);
65 m_hash ^= static_cast<unsigned>(kind);
73 unsigned accumulator = m_hash;
H A DCodeBlockHash.h47 : m_hash(0)
52 : m_hash(hash)
60 unsigned hash() const { return m_hash; }
73 unsigned m_hash; member in class:JSC::CodeBlockHash
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerBytecodes.h46 CodeBlockHash hash() const { return m_hash; }
56 CodeBlockHash m_hash; member in class:JSC::Profiler::Bytecodes
H A DProfilerBytecodes.cpp42 , m_hash(codeBlock->hash())
51 out.print("#", m_hash, "(", m_id, ")");
61 result->putDirect(exec->vm(), exec->propertyNames().hash, jsString(exec, String::fromUTF8(toCString(m_hash))));
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_store_hash_fn_imps.hpp55 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash);
66 p_new_e->m_hash = hash;
H A Dconstructor_destructor_store_hash_fn_imps.hpp57 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
H A Ddebug_store_hash_fn_imps.hpp71 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
H A Derase_store_hash_fn_imps.hpp72 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
H A Dinsert_store_hash_fn_imps.hpp85 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
H A Dgp_ht_map_.hpp438 p_e->m_hash = r_pos_hash_pair.second;
556 p_e->m_hash,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Ddebug_store_hash_fn_imps.hpp56 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
H A Dresize_store_hash_fn_imps.hpp54 ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash);
H A Dconstructor_destructor_store_hash_fn_imps.hpp58 p->m_hash = ranged_hash_fn_base::operator()((const_key_reference)(PB_DS_V2F(p->m_value))).second;
H A Derase_store_hash_fn_imps.hpp64 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
87 p_next_e->m_hash, r_key,
H A Dinsert_store_hash_fn_imps.hpp60 p_e->m_hash,
H A Dcc_ht_map_.hpp413 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
467 p_e->m_hash = r_pos_hash_pair.second;
507 p_e->m_hash,
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCodeCache.h70 , m_hash(string().impl()->hash())
81 unsigned hash() const { return m_hash; }
93 return m_hash == other.m_hash
104 unsigned m_hash; member in class:JSC::SourceCodeKey
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DWidthCache.h80 m_hash = hasher.hash();
85 unsigned hash() const { return m_hash; }
95 unsigned m_hash; member in class:WebCore::WidthCache::SmallStringKey
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/
H A Dbasic_types.hpp113 typename Allocator::size_type m_hash; member in struct:pb_ds::detail::value_type_base::stored_value_type
190 typename Allocator::size_type m_hash; member in struct:pb_ds::detail::value_type_base::stored_value_type

Completed in 255 milliseconds