Searched refs:MAX_INDEX_32 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ | ||
H A D | file_item_container.h | 353 LineNumberProgramIndexItem() : IndexItem(IndexType::LINE_NUMBER_PROG, MAX_INDEX_32) {} in LineNumberProgramIndexItem() |
H A D | file_items.h | 137 static constexpr uint32_t MAX_INDEX_32 = std::numeric_limits<uint32_t>::max(); member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank |
/arkcompiler/runtime_core/static_core/libpandafile/ | ||
H A D | file_item_container.h | 316 LineNumberProgramIndexItem() : IndexItem(IndexType::LINE_NUMBER_PROG, MAX_INDEX_32) {} in LineNumberProgramIndexItem() |
H A D | file_items.h | 89 constexpr uint32_t MAX_INDEX_32 = std::numeric_limits<uint32_t>::max(); member in ark::panda_file::ClassTag::MethodTag::FieldTag |
Completed in 9 milliseconds