Home
last modified time | relevance | path

Searched refs:MAX_LENGTH (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h57 constexpr static const int MAX_LENGTH = 255; member in panda::ecmascript::ohos::AotRuntimeInfo
84 static char lines[MAX_LENGTH][BUFFER_SIZE]; in BuildCompileRuntimeInfo()
85 for (int i = 0; i < MAX_LENGTH; i++) { in BuildCompileRuntimeInfo()
94 int lineCount = getLength(lines, MAX_LENGTH); in BuildCompileRuntimeInfo()
95 if (lineCount < MAX_LENGTH) { in BuildCompileRuntimeInfo()
100 SetRuntimeInfo(realOutPath.c_str(), lines, MAX_LENGTH); in BuildCompileRuntimeInfo()
110 static char lines[MAX_LENGTH][BUFFER_SIZE]; in BuildCrashRuntimeInfo()
111 for (int i = 0; i < MAX_LENGTH; i++) { in BuildCrashRuntimeInfo()
119 int lineCount = getLength(lines, MAX_LENGTH); in BuildCrashRuntimeInfo()
120 if (lineCount < MAX_LENGTH) { in BuildCrashRuntimeInfo()
[all...]
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
H A Dsetruntimeinfo_fuzzer.cpp71 std::string realOutPath = dataProvider.ConsumeRandomLengthString(AotRuntimeInfo::MAX_LENGTH); in GetRuntimeInfoByPathFuzzTest()
77 char lines[AotRuntimeInfo::MAX_LENGTH][AotRuntimeInfo::BUFFER_SIZE] = {{0}}; in GetRuntimeInfoByPathFuzzTest()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp220 constexpr size_t MAX_LENGTH = 0x7fffffffU; in Write() local
221 if (utf16_length_ > MAX_LENGTH) { in Write()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp177 constexpr size_t MAX_LENGTH = 0x7fffffffU; in Write() local
178 if (utf16Length_ > MAX_LENGTH) { in Write()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h758 static constexpr uint32_t MAX_LENGTH = (1 << 28) - 16;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp1876 BRANCH_CIR(builder_.Int32LessThan(builder_.Int32(LineEcmaString::MAX_LENGTH), in LowerStringAdd()
1962 // The new backing store will have a length of min(2*length, LineEcmaString::MAX_LENGTH). in LowerStringAdd()
1965 builder_.Int32(LineEcmaString::MAX_LENGTH)), &newLineStr, &slowPath); in LowerStringAdd()

Completed in 15 milliseconds