Home
last modified time | relevance | path

Searched refs:GetCurrentFrame (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp330 auto currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStackCallNapi()
456 if (thread->GetCurrentFrame() != nullptr) { in GetStackSignalHandler()
457 …if (JsStackGetter::CheckFrameType(thread, const_cast<JSTaggedType *>(thread->GetCurrentFrame()))) { in GetStackSignalHandler()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp83 JSTaggedType *frame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStack()
Dheap_snapshot.cpp759 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in AddTraceNode()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp72 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in BuildJsStackTrace()
106 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in BuildJsStackInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp148 const JSTaggedType *JSThread::GetCurrentFrame() const in GetCurrentFrame() function in panda::ecmascript::JSThread
640 SetCurrentSPFrame(currentContext->GetCurrentFrame()); in SwitchCurrentContext()
Decma_context.h335 JSTaggedType *GetCurrentFrame() const in GetCurrentFrame() function
Djs_thread.h254 const JSTaggedType *GetCurrentFrame() const;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h92 inline GateRef GetCurrentFrame(GateRef glue);
Dinterpreter_stub-inl.h486 GateRef InterpreterStubBuilder::GetCurrentFrame(GateRef glue) in GetCurrentFrame() function
Dinterpreter_stub.cpp4510 varSp = GetCurrentFrame(glue); in DECLARE_ASM_HANDLER_NOPRINT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp27 : sp_(const_cast<JSTaggedType *>(thread->GetCurrentFrame())), thread_(thread) in FrameHandler()
Dinterpreter-inl.h7235 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()
Dinterpreter_assembly.cpp209 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md290 …ess of the interpreter's frame could be retrieved from `panda::ManagedThread::GetCurrentFrame()`.
329 ---- +----------------+ <--- `panda::ManagedThread::GetCurrentFrame()`
378 `panda::ManagedThread::GetCurrentFrame()` method must return the pointer to `baz`'s interpreter sta…
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp826 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetNativePointer()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3642 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetCurrentTaskInfo()