Home
last modified time | relevance | path

Searched refs:FLAG_WIDTH (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dindex_accessor.h32 header_index_ = access_flags_ >> (FUNTION_KIND_WIDTH + FLAG_WIDTH); in IndexAccessor()
48 return static_cast<FunctionKind>((access_flags_ & FUNCTION_KIND_MASK) >> FLAG_WIDTH); in GetFunctionKind()
H A Dfile_items.h138 static constexpr uint32_t FLAG_WIDTH = 8; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank
787 access_flags_ |= (static_cast<uint32_t>(kind) << FLAG_WIDTH); in SetFunctionKind()
793 access_flags_ |= (static_cast<uint32_t>(idx) << (FUNTION_KIND_WIDTH + FLAG_WIDTH)); in SetHeaderIndex()
/arkcompiler/runtime_core/abc2program/
H A Dabc_method_processor.cpp75 uint32_t func_kind_u32 = ((method_acc_flags & panda_file::FUNCTION_KIND_MASK) >> panda_file::FLAG_WIDTH); in FillFunctionKind()

Completed in 5 milliseconds