Home
last modified time | relevance | path

Searched defs:hashOffset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp521 GateRef hashOffset = IntPtr(ECMAObject::HASH_OFFSET); in NewJSProxy() local
522 Store(VariableType::INT64(), glue, *result, hashOffset, Int64(JSTaggedValue(0).GetRawData())); in NewJSProxy() local
1365 GateRef hashOffset = IntPtr(ECMAObject::HASH_OFFSET); in NewJSArrayLiteral() local
1366 Store(VariableType::INT64(), glue_, result->ReadVariable(), hashOffset, Int64(JSTaggedValue(0).GetRawData())); in NewJSArrayLiteral() local
H A Dstub_builder-inl.h1224 GateRef hashOffset = IntPtr(ECMAObject::HASH_OFFSET); in GetHash() local
1230 GateRef hashOffset = IntPtr(ECMAObject::HASH_OFFSET); in SetHash() local
1231 Store(VariableType::INT64(), glue, object, hashOffset, hash, MemoryAttribute::NoBarrier()); in SetHash() local

Completed in 14 milliseconds