Home
last modified time | relevance | path

Searched defs:GetNthParamType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp79 const MIRType *MIRFunction::GetNthParamType(size_t i) const in GetNthParamType() function in maple::MIRFunction
85 MIRType *MIRFunction::GetNthParamType(size_t i) in GetNthParamType() function in maple::MIRFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1086 TyIdx GetNthParamType(size_t i) const in GetNthParamType() function