| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | system_environment.cpp | 28 auto bufferSize = sysconf(_SC_GETPW_R_SIZE_MAX); in GetUidForName() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | zip_file_reader_mem.cpp | 47 std::string ZipFileReaderMem::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer() argument 56 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
|
| H A D | zip_file_reader_io.cpp | 23 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer() argument 38 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
|
| /arkcompiler/toolchain/websocket/ |
| H A D | handshake_helper.cpp | 34 constexpr size_t bufferSize = KEY_LENGTH + WEB_SOCKET_GUID.size(); in EncodeKey() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser_cache.cpp | 58 SetCache(EcmaString *pattern, const uint32_t flags, const JSTaggedValue codeBuffer, const size_t bufferSize, CVector<CString> groupName) SetCache() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | sample_reader-inl.h | 56 std::streamsize bufferSize = binFile.tellg(); in SampleReader() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | atomic_helper_test.cpp | 34 uint32_t bufferSize = 10; in HWTEST_F_L0() local 52 uint32_t bufferSize = 256; in HWTEST_F_L0() local 82 uint32_t bufferSize = 256; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
| H A D | setruntimeinfo_fuzzer.cpp | 50 constexpr int bufferSize = 4096; in SetRuntimeInfoFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| H A D | pgo_file_info.cpp | 46 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in BuildFromElastic() argument 64 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | stub_file_info.h | 65 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.cpp | 413 uint32_t bufferSize = jsRegExp->GetLength(); in SerializeJSRegExpPrologue() local
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| H A D | trace.cpp | 68 Trace::Trace(PandaUniquePtr<ark::os::unix::file::File> traceFile, size_t bufferSize) in Trace() argument 91 void Trace::StartTracing(const char *traceFilename, size_t bufferSize) in StartTracing() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 231 DWORD bufferSize = 0; in GetCacheLineSizeFromOs() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 145 auto bufferSize = parser.GetOriginBufferSize(); in SetBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | file_generators.cpp | 557 auto bufferSize = asmModule_.GetBufferSize(); in RunAsmAssembler() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 680 uint32_t bufferSize = 7; in JSRegexpTest() local 1620 uint32_t bufferSize = 7; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 2391 auto bufferSize = parser.GetOriginBufferSize(); in RegExpInitialize() local
|