Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/code_info/
Dvreg_info.h31 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/
Dcframe_iterators.h32 using VRegInfo = compiler::VRegInfo; variable
185 using VRegInfo = compiler::VRegInfo; variable
387 using VRegInfo = compiler::VRegInfo; variable
Dstack_walker.h87 using VRegInfo = compiler::VRegInfo; variable
Dcframe.h84 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()