Home
last modified time | relevance | path

Searched refs:JsFrameInfo (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h38 struct JsFrameInfo;
50 using JsFrameInfo = ecmascript::JsFrameInfo;
109 static bool BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsFrames);
/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dhitrace_scope.cpp101 std::vector<JsFrameInfo> jsStackInfo = JsStackInfo::BuildJsStackInfo(thread, true); in EnqueueJobTrace()
107 JsFrameInfo jsFrameInfo = jsStackInfo.front(); in EnqueueJobTrace()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h46 struct JsFrameInfo { struct
183 static std::vector<JsFrameInfo> BuildJsStackInfo(JSThread *thread, bool currentStack = false);
H A Djs_stackinfo.cpp275 std::vector<struct JsFrameInfo> JsStackInfo::BuildJsStackInfo(JSThread *thread, bool currentStack) in BuildJsStackInfo()
277 std::vector<struct JsFrameInfo> jsFrame; in BuildJsStackInfo()
289 struct JsFrameInfo frameInfo; in BuildJsStackInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp385 std::vector<ecmascript::JsFrameInfo> jsFrameInfo; in HWTEST_F_L0()
591 std::vector<ecmascript::JsFrameInfo> jsFrames; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp844 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsFrames) in BuildJsStackInfoList()

Completed in 11 milliseconds