Home
last modified time | relevance | path

Searched refs:GetFlagsOffset (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.h403 GetObjectHeader()->SetFieldPrimitive(GetFlagsOffset(), flags); in SetFlags()
408 return GetObjectHeader()->GetFieldPrimitive<uint32_t>(GetFlagsOffset()); in GetFlags()
475 static constexpr size_t GetFlagsOffset() in GetFlagsOffset() function in ark::ets::EtsClass
487 return (GetFlagsOffset() - GCRefFieldsOffset()) / sizeof(ObjectPointerType); in GCRefFieldsNum()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h380 ALWAYS_INLINE static inline constexpr uint32_t GetFlagsOffset() in GetFlagsOffset() function in ark::Frame
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregion.h890 static size_t GetFlagsOffset(bool isArch32) in GetFlagsOffset() function
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass.h90 static constexpr uint32_t GetFlagsOffset() in GetFlagsOffset() function in ark::BaseClass
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h2911 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); in RegionInSpace()
2935 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); in RegionInSpace()
2963 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); in InSharedHeap()
2981 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); in InSharedSweepableSpace()

Completed in 17 milliseconds