Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp101 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal()
108 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended()
116 bool HandleEndLocal([[maybe_unused]] int32_t regNumber) in HandleEndLocal()
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h287 [[maybe_unused]] int32_t regNumber, in SetVariable()
298 [[maybe_unused]] int32_t regNumber, in GetVariable()
Ddebugger.cpp317 std::optional<Error> Debugger::GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in GetVariable()
348 std::optional<Error> Debugger::SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in SetVariable()