Home
last modified time | relevance | path

Searched defs:hashcode (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp41 auto hashcode = EcmaStringAccessor(pattern).GetHashcode(); in GetHash() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.h106 static inline uint32_t GetTableId(uint32_t hashcode) in GetTableId() argument
[all...]
H A Decma_string_table.cpp144 InternStringThreadUnsafe(EcmaString *string, uint32_t hashcode) InternStringThreadUnsafe() argument
158 auto hashcode = EcmaStringAccessor(emptyStr).GetHashcode(); InternEmptyString() local
171 auto hashcode = EcmaStringAccessor(string).GetHashcode(); InsertStringIfNotExistThreadUnsafe() local
186 uint32_t hashcode = EcmaStringAccessor::CalculateAllConcatHashCode(firstFlat, secondFlat); GetOrInternString() local
194 GetOrInternStringWithoutLock(JSThread *thread, const JSHandle<EcmaString> &firstString, const JSHandle<EcmaString> &secondString, uint32_t hashcode) GetOrInternStringWithoutLock() argument
220 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); GetOrInternString() local
229 GetOrInternStringWithoutLock(EcmaVM *vm, const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress, uint32_t hashcode) GetOrInternStringWithoutLock() argument
253 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, true); GetOrInternCompressedSubString() local
280 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, true); CreateAndInternStringNonMovable() local
304 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); CreateAndInternStringReadOnly() local
325 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf16Len); GetOrInternString() local
358 auto hashcode = EcmaStringAccessor(strFlat).GetHashcode(); GetOrInternString() local
385 auto hashcode = EcmaStringAccessor(strFlat).GetHashcode(); GetOrInternStringThreadUnsafe() local
395 InsertStringToTableWithHashThreadUnsafe(EcmaString* string, uint32_t hashcode) InsertStringToTableWithHashThreadUnsafe() argument
409 auto hashcode = EcmaStringAccessor(strFlat).GetHashcode(); InsertStringToTable() local
423 auto hashcode = EcmaStringAccessor(*string).GetHashcode(); TryGetInternString() local
439 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); GetOrInternStringWithSpaceType() local
471 auto hashcode = EcmaStringAccessor(str).GetHashcode(); GetOrInternStringWithSpaceType() local
495 auto hashcode = EcmaStringAccessor::ComputeHashcodeUtf16(u16Buffer.data(), utf16Len); GetOrInternStringWithSpaceTypeWithoutJSHandle() local
603 auto hashcode = EcmaStringAccessor(outerString).GetHashcode(); CheckStringTableValidity() local
[all...]
/third_party/icu/icu4c/source/common/
H A Duhash.h105 int32_t hashcode; member
H A Duhash.cpp146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument
336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument
476 int32_t hashcode; _uhash_put() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duhash.h105 int32_t hashcode; member
H A Duhash.cpp146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument
336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument
476 int32_t hashcode; _uhash_put() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duhash.h105 int32_t hashcode; member
H A Duhash.cpp146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument
336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument
476 int32_t hashcode; _uhash_put() local
[all...]
/third_party/python/Include/
H A Ddatetime.h37 Py_hash_t hashcode; /* -1 when unknown */ member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java155 private final int hashcode; field in RangeTree.Node
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1331 auto hashcode = EcmaStringAccessor(str).GetHashcode(); in DeserializeString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1301 Store(VariableType::INT32(), glue, value, IntPtr(EcmaString::MIX_HASHCODE_OFFSET), *hashcode); in GetHashcodeFromString() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds