| /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() 111 bool DebuggerExecutor::SetValue(const EcmaVM *vm, FrameHandler *frameHandler, in SetValue() 137 …cal<JSValueRef> DebuggerExecutor::GetLocalValue(const EcmaVM *vm, const FrameHandler *frameHandler, in GetLocalValue() 151 bool DebuggerExecutor::SetLocalValue(const EcmaVM *vm, FrameHandler *frameHandler, in SetLocalValue() 165 …l<JSValueRef> DebuggerExecutor::GetLexicalValue(const EcmaVM *vm, const FrameHandler *frameHandler, in GetLexicalValue() 179 bool DebuggerExecutor::SetLexicalValue(const EcmaVM *vm, const FrameHandler *frameHandler, in SetLexicalValue() 203 …al<JSValueRef> DebuggerExecutor::GetModuleValue(const EcmaVM *vm, const FrameHandler *frameHandler, in GetModuleValue() 221 bool DebuggerExecutor::SetModuleValue(const EcmaVM *vm, const FrameHandler *frameHandler, in SetModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 76 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetStackDepth() local 93 FrameHandler frameHandler(ecmaVm->GetJSThread()); in StackWalker() local 117 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetMethod() local 124 void DebuggerApi::SetVRegValue(FrameHandler *frameHandler, size_t index, Local<JSValueRef> value) in SetVRegValue() 129 uint32_t DebuggerApi::GetBytecodeOffset(const FrameHandler *frameHandler) in GetBytecodeOffset() 134 Method *DebuggerApi::GetMethod(const FrameHandler *frameHandler) in GetMethod() 141 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsNativeMethod() local 145 bool DebuggerApi::IsNativeMethod(const FrameHandler *frameHandler) in IsNativeMethod() 160 JSTaggedValue DebuggerApi::GetEnv(const FrameHandler *frameHandler) in GetEnv() 165 JSTaggedType *DebuggerApi::GetSp(const FrameHandler *frameHandler) in GetSp() [all …]
|
| D | js_debugger.cpp | 215 FrameHandler frameHandler(ecmaVm_->GetJSThread()); in MethodEntry() local 228 FrameHandler frameHandler(ecmaVm_->GetJSThread()); in MethodExit() local
|
| D | js_debugger_manager.h | 102 void SetEvalFrameHandler(std::shared_ptr<FrameHandler> frameHandler) in SetEvalFrameHandler()
|
| D | dropframe_manager.cpp | 79 FrameHandler frameHandler(thread); in MethodEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 144 FrameHandler frameHandler(this); in GetCurrentLexenv() local 167 auto frameHandler = FrameHandler(this); in GetCurrentInterpretedFrame() local 223 FrameHandler frameHandler(this); in Iterate() local
|
| D | object_factory.cpp | 811 FrameHandler frameHandler(thread_); in NewJSError() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1063 …auto walkerFunc = [this, &callFrameId, &callFrames](const FrameHandler *frameHandler) -> StackStat… in GenerateCallFrames() 1083 void DebuggerImpl::SaveCallFrameHandler(const FrameHandler *frameHandler) in SaveCallFrameHandler() 1091 const FrameHandler *frameHandler, CallFrameId callFrameId) in GenerateCallFrame() 1157 std::unique_ptr<Scope> DebuggerImpl::GetLocalScopeChain(const FrameHandler *frameHandler, in GetLocalScopeChain() 1232 void DebuggerImpl::GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId m… in GetLocalVariables() 1279 void DebuggerImpl::GetClosureVariables(const FrameHandler *frameHandler, Local<JSValueRef> &thisVal, in GetClosureVariables() 1347 void DebuggerImpl::UpdateScopeObject(const FrameHandler *frameHandler, in UpdateScopeObject() 1400 FrameHandler *frameHandler = callFrameHandlers_[callFrameId].get(); in CmptEvaluateValue() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 258 FrameHandler frameHandler(thread_); in DumpStack() local 268 FrameHandler frameHandler(thread_); in DumpPC() local
|
| D | interpreter_assembly.cpp | 7449 FrameHandler frameHandler(thread); in ExceptionHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_sampling.cpp | 88 FrameHandler frameHandler(thread); in GetStack() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 208 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/cpu_profiler/ |
| D | cpu_profiler.cpp | 458 FrameHandler frameHandler(thread); in GetStackSignalHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 48 FrameHandler frameHandler(vm_->GetJSThread()); in GetCurrentModule() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1145 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local 1535 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local 2290 FrameHandler frameHandler(thread); in SaveFrameToContext() local
|