Home
last modified time | relevance | path

Searched refs:GetParameterInfo (Results 1 - 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dcallconv64_test.cpp96 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
112 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
128 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
144 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
160 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dcallconv64_test.cpp95 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
111 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
127 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
143 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
159 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dcallconv64_test.cpp91 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
107 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
123 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
142 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
158 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dcallconv64_test.cpp94 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
110 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
126 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
145 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
161 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dcallconv32_test.cpp103 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
119 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
135 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
149 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
165 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
181 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
221 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
265 auto param_info = GetCallconv()->GetParameterInfo(0); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dcallconv32_test.cpp87 auto paramInfo = GetCallconv()->GetParameterInfo(0); in CheckMissesDueAlign()
128 auto paramInfo = GetCallconv()->GetParameterInfo(0); in CheckMixHfloatSfloat1()
211 auto paramInfo = GetCallconv()->GetParameterInfo(0); in BigCheckMixHfloatSfloatSlots()
251 auto paramInfo = GetCallconv()->GetParameterInfo(0); in CheckUintParams()
267 auto paramInfo = GetCallconv()->GetParameterInfo(0); in CheckUintParams()
283 auto paramInfo = GetCallconv()->GetParameterInfo(0); in CheckUintParams()
314 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
330 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisasm_backed_debug_info_extractor.cpp56 const std::vector<panda_file::DebugInfoExtractor::ParamInfo> &DisasmBackedDebugInfoExtractor::GetParameterInfo( in GetParameterInfo() function in ark::disasm::DisasmBackedDebugInfoExtractor
63 return DebugInfoExtractor::GetParameterInfo(methodId); in GetParameterInfo()
H A Ddisasm_backed_debug_info_extractor.h31 const std::vector<ParamInfo> &GetParameterInfo(panda_file::File::EntityId methodId) const override;
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_extractor.cpp108 const std::vector<panda_file::DebugInfoExtractor::ParamInfo> &TestExtractor::GetParameterInfo(EntityId methodId) in GetParameterInfo() function in ark::tooling::test::TestExtractor
110 return langExtractor_->GetParameterInfo(methodId); in GetParameterInfo()
H A Dtest_util.cpp51 auto params = extractor->GetParameterInfo(location.GetMethodId()); in GetValueRegister()
H A Dtest_extractor.h55 const std::vector<panda_file::DebugInfoExtractor::ParamInfo> &GetParameterInfo(EntityId methodId);
/arkcompiler/runtime_core/libpandafile/
H A Ddebug_info_extractor.h72 const std::vector<ParamInfo> &GetParameterInfo(File::EntityId method_id) const;
H A Ddebug_info_extractor.cpp308 const std::vector<DebugInfoExtractor::ParamInfo> &DebugInfoExtractor::GetParameterInfo(File::EntityId method_id) const in GetParameterInfo() function in panda::panda_file::DebugInfoExtractor
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.h84 virtual const std::vector<ParamInfo> &GetParameterInfo(File::EntityId methodId) const;
H A Ddebug_info_extractor.cpp289 const std::vector<DebugInfoExtractor::ParamInfo> &DebugInfoExtractor::GetParameterInfo(File::EntityId methodId) const in GetParameterInfo() function in ark::panda_file::DebugInfoExtractor
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.h381 ParameterInfo *GetParameterInfo(uint8_t regsOffset) override
384 auto tmp = T::GetParameterInfo(regsOffset);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.h82 ParameterInfo *GetParameterInfo() in GetParameterInfo() function in ark::compiler::LocationsBuilder
H A Dlocations_builder.cpp32 auto pinfo = graph->GetCallingConvention()->GetParameterInfo(0); in RunLocationsBuilder()
55 GetParameterInfo()->GetNextLocation(DataType::POINTER); in LOCATIONS_BUILDER()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h325 auto paramInfo = callconv->GetParameterInfo(0); in AddParamRegsInLiveMasks()
367 auto paramInfo = GetCallingConvention()->GetParameterInfo(0); in EncodeImms()
456 auto paramInfo = GetCallingConvention()->GetParameterInfo(0); in FillCallParams()
H A Dcallconv.h320 virtual ParameterInfo *GetParameterInfo(uint8_t regsOffset) = 0;
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dcallconv.cpp38 ParameterInfo *Amd64CallingConvention::GetParameterInfo(uint8_t regsOffset) in GetParameterInfo() function in ark::compiler::amd64::Amd64CallingConvention
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dcallconv.cpp45 ParameterInfo *Aarch64CallingConvention::GetParameterInfo(uint8_t regsOffset) in GetParameterInfo() function in ark::compiler::aarch64::Aarch64CallingConvention
H A Dtarget.h509 ParameterInfo *GetParameterInfo(uint8_t regsOffset) override;
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dcallconv.cpp36 ParameterInfo *Aarch32CallingConvention::GetParameterInfo(uint8_t regsOffset) in GetParameterInfo() function in ark::compiler::aarch32::Aarch32CallingConvention
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.cpp300 auto &parameters = debugInfo.GetParameterInfo(methodId); in GetLocals()

Completed in 21 milliseconds

12