Searched refs:BITS_16 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_native_inline_lowering.h | 45 enum ElmentSize : uint32_t { BITS_8 = 1, BITS_16 = 2, BITS_32 = 4, BITS_64 = 8 };
|
H A D | interpreter_stub-inl.h | 813 if (info.GetLength() == StringIdInfo::Length::BITS_16) { in GetStringId() 821 if (info.GetLength() == StringIdInfo::Length::BITS_16) { in GetStringId() 831 if (info.GetLength() == StringIdInfo::Length::BITS_16) { in GetStringId()
|
H A D | interpreter_stub.h | 36 BITS_16,
member in panda::ecmascript::kungfu::StringIdInfo::Length
|
H A D | interpreter_stub.cpp | 418 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_1, StringIdInfo::Length::BITS_16); \
2129 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_1, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 2140 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_2, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 3115 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_1, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 3126 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_2, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 3135 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_1, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 3144 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_2, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 3155 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_2, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 3164 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_2, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() 4200 StringIdInfo info(constpool, pc, StringIdInfo::Offset::BYTE_1, StringIdInfo::Length::BITS_16);
in DECLARE_ASM_HANDLER() [all...] |
H A D | typed_native_inline_lowering.cpp | 1430 return builder_.Int32(ElmentSize::BITS_16); in BuiltinIdToSize()
|
Completed in 19 milliseconds