Home
last modified time | relevance | path

Searched defs:vreg_index (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dcframe_iterators.h124 CFrameStaticNativeMethodIterator(uint32_t vreg_index, uint32_t vreg_num, const uint16_t *shorty, in CFrameStaticNativeMethodIterator()
298 CFrameStaticNativeMethodIterator(uint32_t vreg_index, uint32_t vreg_num, const uint16_t *shorty, in CFrameStaticNativeMethodIterator()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1013 size_t vreg_index = save_state->GetVirtualRegister(i).Value(); in FillVregIndices() local