Home
last modified time | relevance | path

Searched defs:minRegIdx (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp147 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNum() local
158 int minRegIdx = 8; // 8 : index of first REGISTERS - 1 in CheckCountNumAbort() local
170 int minRegIdx = 9; // 7 : index of first REGISTERS - 1 in CheckCountNumNullpointer() local
181 int minRegIdx = 7; // 7 : index of first REGISTERS - 1 in CheckCountNumStackOverFlow() local
192 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumPCZero() local
203 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumOverStack() local
215 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumMultiThread() local
276 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumStackTop() local
288 int minRegIdx = 11; // 11 : index of first REGISTERS - 1 in CheckCppCrashAllLabelKeywords() local
301 int minRegIdx = 11; // 11 : index of first REGISTERS - 1 in CheckCppCrashAsyncStackEnableKeywords() local
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp131 int minRegIdx = 6; // 6 : index of REGISTERS in CheckCppCrashKeyWords() local
136 …heckCppCrashExtraKeyWords(const string& filePath, std::string *keywords, int length, int minRegIdx) in CheckCppCrashExtraKeyWords()
366 int minRegIdx = -1; // -1 : no not check register value variable
390 int minRegIdx = -1; // -1 : no not check register value variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp81 int minRegIdx = -1; in CheckThreadCrashKeyWords() local
109 int minRegIdx = -1; in CheckCrashKeyWords() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp92 int minRegIdx = -1; in CheckLocalCrashKeyWords() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp144 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx) in CheckKeyWords()