Home
last modified time | relevance | path

Searched defs:VRegInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h44 VRegInfo() in VRegInfo() function
49 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, VRegType vregType) in VRegInfo() function
54VRegInfo(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/
Dcframe_iterators.h32 using VRegInfo = compiler::VRegInfo; variable
185 using VRegInfo = compiler::VRegInfo; variable
387 using VRegInfo = compiler::VRegInfo; variable
Dcframe.h84 using VRegInfo = compiler::VRegInfo; variable
Dstack_walker.h87 using VRegInfo = compiler::VRegInfo; variable
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp71 …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/
Dcode_info_test.cpp73 …areVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo, N> vregs) in CompareVRegs()