Home
last modified time | relevance | path

Searched refs:BuildJsStackTrace (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/buildjsstacktrace_fuzzer/
Dbuildjsstacktrace_fuzzer.cpp35 DFXJSNApi::BuildJsStackTrace(vm, filePath); in BuildJsStackTraceFuzzTest()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h54 static std::string BuildJsStackTrace(JSThread *thread, bool needNative);
Djs_stackinfo.cpp106 std::string JsStackInfo::BuildJsStackTrace(JSThread *thread, bool needNative) in BuildJsStackTrace() function in panda::ecmascript::JsStackInfo
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp151 HWTEST_F_L0(DFXJSNApiTests, BuildJsStackTrace) in HWTEST_F_L0() argument
154 bool result = DFXJSNApi::BuildJsStackTrace(vm_, stackTraceStr); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h78 static bool BuildJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp205 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), true); in BuildNativeAndJsStackTrace()
212 bool DFXJSNApi::BuildJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr) in BuildJsStackTrace() function in panda::DFXJSNApi
214 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), false); in BuildJsStackTrace()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp229 std::string data = JsStackInfo::BuildJsStackTrace(thread, false); in BuildEcmaStackTrace()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp425 std::string data = JsStackInfo::BuildJsStackTrace(thread_, true); in Dump()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2484 std::string data = JsStackInfo::BuildJsStackTrace(thread, true); in DEF_RUNTIME_STUBS()