Home
last modified time | relevance | path

Searched refs:DumpVReg (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter_impl.cpp142 std::cerr << pad << "acc." << GetAccAsVReg<IS_DYNAMIC>().DumpVReg() << std::endl; in DebugDump()
145 std::cerr << pad << "v" << i << "." << frameHandler.GetVReg(i).DumpVReg() << std::endl; in DebugDump()
H A Dinstruction_handler_base.h103 << GetAccAsVReg<IS_DYNAMIC>().DumpVReg(); in DumpVRegs()
107 << frameHandler.GetVReg(i).DumpVReg(); in DumpVRegs()
H A Dvregister.h356 ALWAYS_INLINE inline PandaString DumpVReg() const in DumpVReg() function in ark::interpreter::VRegisterRef
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1585 accDump = ark::interpreter::DynamicVRegisterRef(&accVreg).DumpVReg(); in DebugPrintEntrypoint()
1591 << frameHandler.GetVReg(i).DumpVReg(); in DebugPrintEntrypoint()
1594 accDump = ark::interpreter::StaticVRegisterRef(&accVreg, &accTagVreg).DumpVReg(); in DebugPrintEntrypoint()
1600 << frameHandler.GetVReg(i).DumpVReg(); in DebugPrintEntrypoint()

Completed in 7 milliseconds