Home
last modified time | relevance | path

Searched defs:clsHash (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h119 … uint32_t clsHash = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(cls)) >> 3U; // skip 8bytes in Hash() local
Dmega_ic_cache.h130 …uint32_t clsHash = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(cls)) >> HCLASS_SHIFT; // ski… in Hash() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4138 …GateRef clsHash = Int32LSR(ChangeIntPtrToInt32(TaggedCastToIntPtr(cls)), Int32(3)); // skip 8bytes in HashFromHclassAndKey() local
4153 GateRef clsHash = in HashFromHclassAndStringKey() local