Searched defs:ParamType (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 331 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate() 366 …void CheckData(ParamType calcData, ParamType retData, std::tuple<ParamType, ParamType, ParamType> … in CheckData() argument 390 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 66 ParamType(uint32_t jsType, [[maybe_unused]] bool isBuiltinType) in ParamType() function
|