Home
last modified time | relevance | path

Searched refs:BITS_16 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.h45 enum ElmentSize : uint32_t { BITS_8 = 1, BITS_16 = 2, BITS_32 = 4, BITS_64 = 8 };
H A Dinterpreter_stub-inl.h813 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 Dinterpreter_stub.h36 BITS_16, member in panda::ecmascript::kungfu::StringIdInfo::Length
H A Dinterpreter_stub.cpp418 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 Dtyped_native_inline_lowering.cpp1430 return builder_.Int32(ElmentSize::BITS_16); in BuiltinIdToSize()

Completed in 19 milliseconds