Home
last modified time | relevance | path

Searched defs:regNumber (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Ddebugger_api.cpp26 static void SetNotFoundException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeN… in SetNotFoundException()
34 static void SetRuntimeException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeNa… in SetRuntimeException()
42 static T DebuggerAPIGetLocal(EtsCoroutine *coroutine, EtsLong regNumber) in DebuggerAPIGetLocal()
64 EtsBoolean DebuggerAPIGetLocalBoolean(EtsLong regNumber) in DebuggerAPIGetLocalBoolean()
70 EtsByte DebuggerAPIGetLocalByte(EtsLong regNumber) in DebuggerAPIGetLocalByte()
76 EtsShort DebuggerAPIGetLocalShort(EtsLong regNumber) in DebuggerAPIGetLocalShort()
82 EtsChar DebuggerAPIGetLocalChar(EtsLong regNumber) in DebuggerAPIGetLocalChar()
88 EtsInt DebuggerAPIGetLocalInt(EtsLong regNumber) in DebuggerAPIGetLocalInt()
94 EtsFloat DebuggerAPIGetLocalFloat(EtsLong regNumber) in DebuggerAPIGetLocalFloat()
100 EtsDouble DebuggerAPIGetLocalDouble(EtsLong regNumber) in DebuggerAPIGetLocalDouble()
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocal()
97 …bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocalExtended()
103 bool HandleEndLocal([[maybe_unused]] int32_t regNumber) const in HandleEndLocal()
108 bool HandleRestartLocal([[maybe_unused]] int32_t regNumber) const in HandleRestartLocal()
Ddebug_info_updater-inl.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal()
101 …bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId, in HandleStartLocalExtended()
114 bool HandleEndLocal([[maybe_unused]] int32_t regNumber) in HandleEndLocal()
119 bool HandleRestartLocal([[maybe_unused]] int32_t regNumber) const in HandleRestartLocal()
221 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal()
234 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
249 bool HandleEndLocal(int32_t regNumber) in HandleEndLocal()
255 bool HandleRestartLocal(int32_t regNumber) const in HandleRestartLocal()
Dline_number_program.h253 auto regNumber = ReadRegisterNumber(); in HandleStartLocal() local
261 auto regNumber = ReadRegisterNumber(); in HandleStartLocalExtended() local
270 auto regNumber = ReadRegisterNumber(); in HandleEndLocal() local
276 auto regNumber = ReadRegisterNumber(); in HandleRestartLocal() local
Ddebug_info_extractor.cpp86 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal()
94 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
103 bool HandleEndLocal(int32_t regNumber) in HandleEndLocal()
Ddebug_info_extractor.h50 int32_t regNumber; member
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp39 …tring GetVarDeclSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumb… in GetVarDeclSourceCode()
56 …ing GetVarUpdateSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumb… in GetVarUpdateSourceCode()
213 …ariable *DebugInfoDeserializer::CreateLocalVarDecl(ir::Identifier *ident, RegisterNumber regNumber, in CreateLocalVarDecl()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp99 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal()
110 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended()
120 bool HandleEndLocal([[maybe_unused]] int32_t regNumber) in HandleEndLocal()
Ddebug_info_extractor.h70 int32_t regNumber; member
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp314 std::optional<Error> Debugger::GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in GetVariable()
345 std::optional<Error> Debugger::SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in SetVariable()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp195 int32_t regNumber = -1; in GetVregIndex() local