Home
last modified time | relevance | path

Searched defs:frameHandler (Results 1 – 16 of 16) 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()
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/
Ddebugger_api.cpp76 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 …]
Djs_debugger.cpp215 FrameHandler frameHandler(ecmaVm_->GetJSThread()); in MethodEntry() local
228 FrameHandler frameHandler(ecmaVm_->GetJSThread()); in MethodExit() local
Djs_debugger_manager.h102 void SetEvalFrameHandler(std::shared_ptr<FrameHandler> frameHandler) in SetEvalFrameHandler()
Ddropframe_manager.cpp79 FrameHandler frameHandler(thread); in MethodEntry() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp144 FrameHandler frameHandler(this); in GetCurrentLexenv() local
167 auto frameHandler = FrameHandler(this); in GetCurrentInterpretedFrame() local
223 FrameHandler frameHandler(this); in Iterate() local
Dobject_factory.cpp811 FrameHandler frameHandler(thread_); in NewJSError() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1063 …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/
Dframe_handler.cpp258 FrameHandler frameHandler(thread_); in DumpStack() local
268 FrameHandler frameHandler(thread_); in DumpPC() local
Dinterpreter_assembly.cpp7449 FrameHandler frameHandler(thread); in ExceptionHandler() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp88 FrameHandler frameHandler(thread); in GetStack() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp208 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/cpu_profiler/
Dcpu_profiler.cpp458 FrameHandler frameHandler(thread); in GetStackSignalHandler() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp48 FrameHandler frameHandler(vm_->GetJSThread()); in GetCurrentModule() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1145 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local
1535 FrameHandler frameHandler(thread); in DEF_RUNTIME_STUBS() local
2290 FrameHandler frameHandler(thread); in SaveFrameToContext() local