Home
last modified time | relevance | path

Searched defs:frameHandler (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp45 auto &frameHandler = vm->GetJsDebuggerManager()->GetEvalFrameHandler(); in DebuggerGetValue() local
76 auto &frameHandler = vm->GetJsDebuggerManager()->GetEvalFrameHandler(); in DebuggerSetValue() local
88 Local<JSValueRef> DebuggerExecutor::GetValue(const EcmaVM *vm, const FrameHandler *frameHandler, Lo… in GetValue()
107 bool DebuggerExecutor::SetValue(const EcmaVM *vm, FrameHandler *frameHandler, in SetValue()
130 …cal<JSValueRef> DebuggerExecutor::GetLocalValue(const EcmaVM *vm, const FrameHandler *frameHandler, in GetLocalValue()
144 bool DebuggerExecutor::SetLocalValue(const EcmaVM *vm, FrameHandler *frameHandler, in SetLocalValue()
158 …l<JSValueRef> DebuggerExecutor::GetLexicalValue(const EcmaVM *vm, const FrameHandler *frameHandler, in GetLexicalValue()
172 bool DebuggerExecutor::SetLexicalValue(const EcmaVM *vm, const FrameHandler *frameHandler, in SetLexicalValue()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp45 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetStackDepth() local
62 FrameHandler frameHandler(ecmaVm->GetJSThread()); in StackWalker() local
86 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetMethod() local
93 void DebuggerApi::SetVRegValue(FrameHandler *frameHandler, size_t index, Local<JSValueRef> value) in SetVRegValue()
98 uint32_t DebuggerApi::GetBytecodeOffset(const FrameHandler *frameHandler) in GetBytecodeOffset()
103 Method *DebuggerApi::GetMethod(const FrameHandler *frameHandler) in GetMethod()
110 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsNativeMethod() local
114 bool DebuggerApi::IsNativeMethod(const FrameHandler *frameHandler) in IsNativeMethod()
129 JSTaggedValue DebuggerApi::GetEnv(const FrameHandler *frameHandler) in GetEnv()
134 JSTaggedType *DebuggerApi::GetSp(const FrameHandler *frameHandler) in GetSp()
[all …]
Djs_debugger_manager.h100 void SetEvalFrameHandler(std::shared_ptr<FrameHandler> frameHandler) in SetEvalFrameHandler()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp70 FrameHandler frameHandler(thread); in BuildJsStackTrace() local
101 FrameHandler frameHandler(thread); in BuildJsStackInfo() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp140 FrameHandler frameHandler(this); in GetCurrentLexenv() local
163 auto frameHandler = FrameHandler(this); in GetCurrentInterpretedFrame() local
221 FrameHandler frameHandler(this); in Iterate() local
Dobject_factory.cpp796 FrameHandler frameHandler(thread_); in NewJSError() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp902 …auto walkerFunc = [this, &callFrameId, &callFrames](const FrameHandler *frameHandler) -> StackStat… in GenerateCallFrames()
922 void DebuggerImpl::SaveCallFrameHandler(const FrameHandler *frameHandler) in SaveCallFrameHandler()
930 const FrameHandler *frameHandler, CallFrameId callFrameId) in GenerateCallFrame()
995 std::unique_ptr<Scope> DebuggerImpl::GetLocalScopeChain(const FrameHandler *frameHandler, in GetLocalScopeChain()
1063 void DebuggerImpl::GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId m… in GetLocalVariables()
1140 void DebuggerImpl::UpdateScopeObject(const FrameHandler *frameHandler, in UpdateScopeObject()
1193 FrameHandler *frameHandler = callFrameHandlers_[callFrameId].get(); in CmptEvaluateValue() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp255 FrameHandler frameHandler(thread_); in DumpStack() local
265 FrameHandler frameHandler(thread_); in DumpPC() local
Dinterpreter_assembly.cpp7349 FrameHandler frameHandler(thread); in ExceptionHandler() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp199 FrameHandler frameHandler(thread); in GetErrorJSFunction() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp112 FrameHandler frameHandler(thread); in Construct() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp751 FrameHandler frameHandler(vm_->GetAssociatedJSThread()); in AddTraceNode() local
782 const FrameHandler &frameHandler, in AddMethodInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp575 FrameHandler frameHandler(thread); in GetStackSignalHandler() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp58 FrameHandler frameHandler(vm_->GetJSThread()); in GetCurrentModule() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1033 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local
1470 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local
2112 FrameHandler frameHandler(thread); in SaveFrameToContext() local