Searched defs:GetNativeParam (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ | ||
| D | callconv.cpp | 108 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/ | ||
| D | callconv.cpp | 196 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/ | ||
| D | callconv.cpp | 97 std::variant<Reg, uint8_t> Aarch64ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in ark::compiler::aarch64::Aarch64ParameterInfo |