Searched defs:VRegInfo (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | vreg_info.h | 31 VRegInfo() in VRegInfo() function 36 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, bool is_acc) in VRegInfo() function 41 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, bool is_acc, uint32_t index) in VRegInfo() function 46 VRegInfo(uint32_t value, uint32_t packed_info) : value_(value), info_(packed_info) {} in VRegInfo() function
|
| /arkcompiler/runtime_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 | stack_walker.h | 87 using VRegInfo = compiler::VRegInfo; variable
|
| D | cframe.h | 84 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()
|