Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_printer_test.cpp39 enum ParamCount { ONE = 1, TWO = 2 }; enum
41 template <ParamCount PARAMS>
43 std::conditional_t<PARAMS == ParamCount::TWO, void (Encoder::*)(Reg, Reg, Reg), void (Encoder::*)(Reg, Reg)>;
45 template <Arch ARCH, ParamCount PARAMS>
228 if constexpr (PARAMS == ParamCount::TWO) { in DoTest() argument
333 using Printer_##ARCH##_##PARAMS = PrinterTest<Arch::ARCH, static_cast<ParamCount>(PARAMS)>; \
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp125 std::uint32_t CodeGen::ParamCount() const noexcept
148 return ParamCount() + HIDDEN_PARAMS;
H A DcodeGen.h120 [[nodiscard]] std::uint32_t ParamCount() const noexcept;
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h243 uint32_t ParamCount() const;
H A Dpandagen.cpp141 uint32_t PandaGen::ParamCount() const in ParamCount() function in panda::es2panda::compiler::PandaGen
166 return ParamCount() + binder::Binder::MANDATORY_PARAMS_NUMBER; in InternalParamCount()

Completed in 10 milliseconds