Home
last modified time | relevance | path

Searched refs:BuildCrashInfo (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp36 ecmascript::JsStackInfo::BuildCrashInfo(false); in GetSignalHandler()
38 ecmascript::JsStackInfo::BuildCrashInfo(false); in GetSignalHandler()
40 ecmascript::JsStackInfo::BuildCrashInfo(false, pc); in GetSignalHandler()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h188 static void BuildCrashInfo(bool isJsCrash, uintptr_t pc = 0, JSThread *thread = nullptr);
189 static inline void BuildCrashInfo(JSThread *thread) in BuildCrashInfo() function in panda::ecmascript::JsStackInfo
191 BuildCrashInfo(true, 0, thread); // pc is useless for JsCrash, pass 0 as placeholder in BuildCrashInfo()
H A Djs_stackinfo.cpp252 void JsStackInfo::BuildCrashInfo(bool isJsCrash, uintptr_t pc, JSThread *thread) in BuildCrashInfo() function in panda::ecmascript::JsStackInfo
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3511 ecmascript::JsStackInfo::BuildCrashInfo(thread); in Call()
5104 ecmascript::JsStackInfo::BuildCrashInfo(thread); in ExecuteInContext()
5125 ecmascript::JsStackInfo::BuildCrashInfo(thread); in ExecuteForAbsolutePath()
5144 ecmascript::JsStackInfo::BuildCrashInfo(thread); in Execute()
5163 ecmascript::JsStackInfo::BuildCrashInfo(thread); in Execute()
5182 ecmascript::JsStackInfo::BuildCrashInfo(thread); in ExecuteWithSingletonPatternFlag()
5210 ecmascript::JsStackInfo::BuildCrashInfo(thread); in ExecuteModuleBuffer()
5249 ecmascript::JsStackInfo::BuildCrashInfo(thread); in ExecuteSecureWithOhmUrl()
5268 ecmascript::JsStackInfo::BuildCrashInfo(thread); in ExecuteSecure()
5287 ecmascript::JsStackInfo::BuildCrashInfo(threa in ExecuteModuleBufferSecure()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp823 JsStackInfo::BuildCrashInfo(thread_); in ExecutePromisePendingJob()

Completed in 17 milliseconds