Searched defs:VRegInfo (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 73 …areVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo, N> vregs) in CompareVRegs() 100 void CodeInfoTest::SingleStackMapDoCheck(CodeInfo &codeInfo, const std::array<VRegInfo, 3U> &vregs) in SingleStackMapDoCheck() 181 ArenaVector<uint8_t> CodeInfoTest::MultipleStackmapsBuild(const std::array<VRegInfo, 6U> &vregs, vo… in MultipleStackmapsBuild() 241 void CodeInfoTest::MultipleStackmapsCheck1(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vreg… in MultipleStackmapsCheck1() 262 void CodeInfoTest::MultipleStackmapsCheck2(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vreg… in MultipleStackmapsCheck2()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | vreg_info.h | 44 VRegInfo() in VRegInfo() function 49 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, VRegType vregType) in VRegInfo() function 54 …VRegInfo(uint32_t value, VRegInfo::Location location, Type type, VRegType vregType, uint32_t index) in VRegInfo() function 59 VRegInfo(uint32_t value, uint32_t packedInfo) : value_(value), info_(packedInfo) {} in VRegInfo() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | cframe_iterators.h | 32 using VRegInfo = compiler::VRegInfo; variable 185 using VRegInfo = compiler::VRegInfo; variable 387 using VRegInfo = compiler::VRegInfo; variable
|
| D | cframe.h | 84 using VRegInfo = compiler::VRegInfo; variable
|
| D | stack_walker.h | 87 using VRegInfo = compiler::VRegInfo; variable
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 71 …Regs(CodeInfo &code_info, StackMap stack_map, int inline_info_index, std::array<VRegInfo, N> vregs) in CompareVRegs()
|