| /arkcompiler/toolchain/tooling/backend/ |
| D | debugger_executor.cpp | 45 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/ |
| D | debugger_api.cpp | 45 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 …]
|
| D | js_debugger_manager.h | 100 void SetEvalFrameHandler(std::shared_ptr<FrameHandler> frameHandler) in SetEvalFrameHandler()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 70 FrameHandler frameHandler(thread); in BuildJsStackTrace() local 101 FrameHandler frameHandler(thread); in BuildJsStackInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 140 FrameHandler frameHandler(this); in GetCurrentLexenv() local 163 auto frameHandler = FrameHandler(this); in GetCurrentInterpretedFrame() local 221 FrameHandler frameHandler(this); in Iterate() local
|
| D | object_factory.cpp | 796 FrameHandler frameHandler(thread_); in NewJSError() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 902 …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/ |
| D | frame_handler.cpp | 255 FrameHandler frameHandler(thread_); in DumpStack() local 265 FrameHandler frameHandler(thread_); in DumpPC() local
|
| D | interpreter_assembly.cpp | 7349 FrameHandler frameHandler(thread); in ExceptionHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 199 FrameHandler frameHandler(thread); in GetErrorJSFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 112 FrameHandler frameHandler(thread); in Construct() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 751 FrameHandler frameHandler(vm_->GetAssociatedJSThread()); in AddTraceNode() local 782 const FrameHandler &frameHandler, in AddMethodInfo()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 575 FrameHandler frameHandler(thread); in GetStackSignalHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 58 FrameHandler frameHandler(vm_->GetJSThread()); in GetCurrentModule() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1033 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local 1470 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local 2112 FrameHandler frameHandler(thread); in SaveFrameToContext() local
|