Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp98 std::variant<Reg, uint8_t> Amd64ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in panda::compiler::amd64::Amd64ParameterInfo
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp183 std::variant<Reg, uint8_t> Aarch32ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in panda::compiler::aarch32::Aarch32ParameterInfo
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp85 std::variant<Reg, uint8_t> Aarch64ParameterInfo::GetNativeParam(const TypeInfo &type) in GetNativeParam() function in panda::compiler::aarch64::Aarch64ParameterInfo