Home
last modified time | relevance | path

Searched defs:GetNativeParam (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp108 std::variant<Reg, uint8_t> Amd64ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in ark::compiler::amd64::Amd64ParameterInfo
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp196 std::variant<Reg, uint8_t> Aarch32ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in ark::compiler::aarch32::Aarch32ParameterInfo
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp97 std::variant<Reg, uint8_t> Aarch64ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in ark::compiler::aarch64::Aarch64ParameterInfo