Searched refs:B4 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_code_parser_context.cpp | 117 case LIT::B4: in ApplyLiteralArrayChange()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_items.cpp | 1131 case Type::B4: { in CalculateSize() 1178 case Type::B4: { in Write()
|
H A D | file_items.h | 1606 enum class Type { B1, B2, B4, B8, STRING, METHOD, LITERALARRAY }; member in panda::panda_file::ClassTag::MethodTag::FieldTag::LiteralItem::Type 1612 explicit LiteralItem(uint32_t v) : type_(Type::B4), value_(v) {} in LiteralItem()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_items.cpp | 1077 case Type::B4: { in CalculateSize() 1118 case Type::B4: { in Write()
|
H A D | file_items.h | 1762 enum class Type { B1, B2, B4, B8, STRING, METHOD }; member in ark::panda_file::ClassTag::LiteralItem::Type 1768 explicit LiteralItem(uint32_t v) : type_(Type::B4), value_(v) {} in LiteralItem()
|
Completed in 17 milliseconds