Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h98 FrameId frameId; member
Dinspector.cpp316 void Inspector::RestartFrame(PtThread thread, FrameId frameId) in RestartFrame()
361 FrameId frameId = 0; in DebuggableThreadPostSuspend() local
Dinspector_server.cpp309 auto frameId = ParseNumericId<FrameId>(params, "callFrameId"); in OnCallDebuggerRestartFrame() local
546 …[this, thread, &callFrames](auto frameId, auto methodName, auto sourceFile, auto lineNumber, auto … in EnumerateCallFrames()