Searched defs:vregNum (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | cframe_iterators.h | 61 uint32_t vregNum = numArgs + (isStatic ? 1 : 0); in MakeRange() local 124 CFrameStaticNativeMethodIterator(uint32_t vregIndex, uint32_t vregNum, const uint16_t *shorty, in CFrameStaticNativeMethodIterator() 209 uint32_t vregNum = numArgs + (isStatic ? 1 : 0); in MakeRange() local 298 CFrameStaticNativeMethodIterator(uint32_t vregIndex, uint32_t vregNum, const uint16_t *shorty, in CFrameStaticNativeMethodIterator()
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm_backed_debug_info_extractor.cpp | 137 for (auto vregNum = -1; vregNum < static_cast<int32_t>(totalRegNum); ++vregNum) { in GetDisassembly() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | stack_walker.cpp | 286 interpreter::VRegister StackWalker::GetVRegValue(size_t vregNum) in GetVRegValue()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 2639 Class *klass, size_t vregNum, const std::vector<int64_t> &args, std::vector<uint8_t> *bytecode, in CreateResolvedMethod() 2696 size_t vregNum = 10U; in TEST_F() local
|