Home
last modified time | relevance | path

Searched refs:ENUM_CACHE_KIND_OFFSET (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h497 array->Set(thread, EnumCache::ENUM_CACHE_KIND_OFFSET, JSTaggedValue(static_cast<uint8_t>(kind))); in SetEnumCacheKind()
502 return static_cast<EnumCacheKind>(array->Get(thread, EnumCache::ENUM_CACHE_KIND_OFFSET).GetInt()); in GetEnumCacheKind()
H A Djs_hclass.h362 static constexpr uint32_t ENUM_CACHE_KIND_OFFSET = 0; member
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1062 Int32(EnumCache::ENUM_CACHE_KIND_OFFSET), in GetAllEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1466 GateRef taggedKind = GetValueFromTaggedArray(enumCache, Int32(EnumCache::ENUM_CACHE_KIND_OFFSET)); in GetEnumCacheKind()

Completed in 14 milliseconds