Home
last modified time | relevance | path

Searched defs:GetParameterInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp28 ParameterInfo *Amd64CallingConvention::GetParameterInfo(uint8_t regs_offset) in GetParameterInfo() function in panda::compiler::amd64::Amd64CallingConvention
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp32 ParameterInfo *Aarch32CallingConvention::GetParameterInfo(uint8_t regs_offset) in GetParameterInfo() function in panda::compiler::aarch32::Aarch32CallingConvention
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h381 ParameterInfo *GetParameterInfo(uint8_t regs_offset) override in GetParameterInfo() function
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp30 ParameterInfo *Aarch64CallingConvention::GetParameterInfo(uint8_t regs_offset) in GetParameterInfo() function in panda::compiler::aarch64::Aarch64CallingConvention
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp291 const std::vector<DebugInfoExtractor::ParamInfo> &DebugInfoExtractor::GetParameterInfo(File::Entity… in GetParameterInfo() function in panda::panda_file::DebugInfoExtractor