Searched refs:lineCount (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | aot_runtime_info.h | 94 int lineCount = getLength(lines, MAX_LENGTH); in BuildCompileRuntimeInfo() local 95 if (lineCount < MAX_LENGTH) { in BuildCompileRuntimeInfo() 96 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) { in BuildCompileRuntimeInfo() 119 int lineCount = getLength(lines, MAX_LENGTH); in BuildCrashRuntimeInfo() local 120 if (lineCount < MAX_LENGTH) { in BuildCrashRuntimeInfo() 121 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) { in BuildCrashRuntimeInfo() 376 int lineCount = 0; in GetRuntimeInfoByPath() local 381 lineCount < MAX_LENGTH && in GetRuntimeInfoByPath() 382 strcpy_s(lines[lineCount], BUFFER_SIZE, token) == 0) { in GetRuntimeInfoByPath() 383 lineCount in GetRuntimeInfoByPath() [all...] |
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
H A D | setruntimeinfo_fuzzer.cpp | 54 int lineCount = dataProvider.ConsumeIntegralInRange<int>(1, maxLength); in SetRuntimeInfoFuzzTest() local 55 for (int i = 0; i < lineCount; ++i) { in SetRuntimeInfoFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | dfx_jsnapi_tests.cpp | 65 int lineCount = 1; in MatchJSONLineHeader() local 68 if (lineNum == lineCount && tempLineContent.find(lineContent) != CString::npos) { in MatchJSONLineHeader() 73 lineCount++; in MatchJSONLineHeader()
|
Completed in 3 milliseconds