Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dindex_accessor.h48 return static_cast<FunctionKind>((access_flags_ & FUNCTION_KIND_MASK) >> FLAG_WIDTH); in GetFunctionKind()
H A Dfile_items.h140 static constexpr uint32_t FUNCTION_KIND_MASK = 0xFF00; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank
786 access_flags_ &= (~FUNCTION_KIND_MASK); in SetFunctionKind()
792 access_flags_ &= (FUNCTION_KIND_MASK | FLAG_MASK); 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