Home
last modified time | relevance | path

Searched refs:BuildJsStackInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
Djs_stackinfo_test.cpp174 HWTEST_F_L0(JsStackInfoTest, BuildJsStackInfo) in HWTEST_F_L0() argument
176 auto jsFrame = JsStackInfo::BuildJsStackInfo(thread); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jobs/
Dhitrace_scope.cpp101 std::vector<JsFrameInfo> jsStackInfo = JsStackInfo::BuildJsStackInfo(thread, true); in EnqueueJobTrace()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h185 static std::vector<JsFrameInfo> BuildJsStackInfo(JSThread *thread, bool currentStack = false);
Djs_stackinfo.cpp271 std::vector<struct JsFrameInfo> JsStackInfo::BuildJsStackInfo(JSThread *thread, bool currentStack) in BuildJsStackInfo() function in panda::ecmascript::JsStackInfo
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp854 jsFrames = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildJsStackInfoList()