Searched refs:BuildNativeAndJsStackTrace (Results 1 – 4 of 4) sorted by relevance
35 DFXJSNApi::BuildNativeAndJsStackTrace(vm, path); in BuildNativeAndJsStackTraceFuzzTest()
61 static bool BuildNativeAndJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
136 HWTEST_F_L0(DFXJSNApiTests, BuildNativeAndJsStackTrace) in HWTEST_F_L0() argument140 result = DFXJSNApi::BuildNativeAndJsStackTrace(vm_, stackTraceStr); in HWTEST_F_L0()
134 bool DFXJSNApi::BuildNativeAndJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr) in BuildNativeAndJsStackTrace() function in panda::DFXJSNApi