Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.h50 int32_t regNumber; member
H A Ddebug_helpers.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocal() argument
97 bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocalExtended() argument
H A Dline_number_program.h252 auto regNumber = ReadRegisterNumber(); in HandleStartLocal() local
260 auto regNumber = ReadRegisterNumber(); in HandleStartLocalExtended() local
269 auto regNumber = ReadRegisterNumber(); in HandleEndLocal() local
275 auto regNumber = ReadRegisterNumber(); in HandleRestartLocal() local
H A Ddebug_info_updater-inl.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
101 bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId, in HandleStartLocalExtended() argument
114 bool HandleEndLocal([[maybe_unused]] int32_t regNumber) in HandleEndLocal() argument
221 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
234 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSignatureId) in HandleStartLocalExtended() argument
249 bool HandleEndLocal(int32_t regNumber) in HandleEndLocal() argument
[all...]
H A Ddebug_info_extractor.cpp86 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
94 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSignatureId) in HandleStartLocalExtended() argument
103 bool HandleEndLocal(int32_t regNumber) in HandleEndLocal() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Ddebugger_api.cpp25 static void SetNotFoundException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetNotFoundException() argument
36 static void SetRuntimeException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetRuntimeException() argument
44 static T DebuggerAPIGetLocal(EtsCoroutine *coroutine, EtsLong regNumber) in DebuggerAPIGetLocal() argument
66 EtsBoolean DebuggerAPIGetLocalBoolean(EtsLong regNumber) in DebuggerAPIGetLocalBoolean() argument
72 DebuggerAPIGetLocalByte(EtsLong regNumber) DebuggerAPIGetLocalByte() argument
78 DebuggerAPIGetLocalShort(EtsLong regNumber) DebuggerAPIGetLocalShort() argument
84 DebuggerAPIGetLocalChar(EtsLong regNumber) DebuggerAPIGetLocalChar() argument
90 DebuggerAPIGetLocalInt(EtsLong regNumber) DebuggerAPIGetLocalInt() argument
96 DebuggerAPIGetLocalFloat(EtsLong regNumber) DebuggerAPIGetLocalFloat() argument
102 DebuggerAPIGetLocalDouble(EtsLong regNumber) DebuggerAPIGetLocalDouble() argument
108 DebuggerAPIGetLocalLong(EtsLong regNumber) DebuggerAPIGetLocalLong() argument
114 DebuggerAPIGetLocalObject(EtsLong regNumber) DebuggerAPIGetLocalObject() argument
126 DebuggerAPISetLocal(EtsCoroutine *coroutine, EtsLong regNumber, T value) DebuggerAPISetLocal() argument
147 DebuggerAPISetLocalBoolean(EtsLong regNumber, EtsBoolean value) DebuggerAPISetLocalBoolean() argument
153 DebuggerAPISetLocalByte(EtsLong regNumber, EtsByte value) DebuggerAPISetLocalByte() argument
159 DebuggerAPISetLocalShort(EtsLong regNumber, EtsShort value) DebuggerAPISetLocalShort() argument
165 DebuggerAPISetLocalChar(EtsLong regNumber, EtsChar value) DebuggerAPISetLocalChar() argument
171 DebuggerAPISetLocalInt(EtsLong regNumber, EtsInt value) DebuggerAPISetLocalInt() argument
177 DebuggerAPISetLocalFloat(EtsLong regNumber, EtsFloat value) DebuggerAPISetLocalFloat() argument
183 DebuggerAPISetLocalDouble(EtsLong regNumber, EtsDouble value) DebuggerAPISetLocalDouble() argument
189 DebuggerAPISetLocalLong(EtsLong regNumber, EtsLong value) DebuggerAPISetLocalLong() argument
195 DebuggerAPISetLocalObject(EtsLong regNumber, EtsObject *value) DebuggerAPISetLocalObject() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp99 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal() argument
110 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended() argument
120 bool HandleEndLocal([[maybe_unused]] int32_t regNumber) in HandleEndLocal() argument
H A Ddebug_info_extractor.h70 int32_t regNumber; member
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp39 std::string GetVarDeclSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, in GetVarDeclSourceCode() argument
56 std::string GetVarUpdateSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, in GetVarUpdateSourceCode() argument
211 varbinder::Variable *DebugInfoDeserializer::CreateLocalVarDecl(ir::Identifier *ident, RegisterNumber regNumber, in CreateLocalVarDecl() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp316 GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, VRegValue *result) const GetVariable() argument
347 SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, const VRegValue &value) const SetVariable() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp188 int32_t regNumber = -1; in GetVregIndex() local

Completed in 11 milliseconds