Searched defs:VRegInfo (Results 1 – 6 of 6) sorted by relevance
/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()
|
/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()
|