Home
last modified time | relevance | path

Searched defs:vregIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe_iterators.h124 CFrameStaticNativeMethodIterator(uint32_t vregIndex, uint32_t vregNum, const uint16_t *shorty, in CFrameStaticNativeMethodIterator()
298 CFrameStaticNativeMethodIterator(uint32_t vregIndex, uint32_t vregNum, const uint16_t *shorty, in CFrameStaticNativeMethodIterator()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp180 …int32_t vregIndex = record.getLocation(methodIdIndex + INLINE_VREGS + i + VREG_IDX).getSmallConsta… in BuildSingleRegMap() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1019 size_t vregIndex = saveState->GetVirtualRegister(i).Value(); in FillVregIndices() local