Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dsystem_environment.cpp28 auto bufferSize = sysconf(_SC_GETPW_R_SIZE_MAX); in GetUidForName() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file_reader_mem.cpp47 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 Dzip_file_reader_io.cpp23 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 Dhandshake_helper.cpp34 constexpr size_t bufferSize = KEY_LENGTH + WEB_SOCKET_GUID.size(); in EncodeKey() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp58 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 Dsample_reader-inl.h56 std::streamsize bufferSize = binFile.tellg(); in SampleReader() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Datomic_helper_test.cpp34 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 Dsetruntimeinfo_fuzzer.cpp50 constexpr int bufferSize = 4096; in SetRuntimeInfoFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.cpp46 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 Dstub_file_info.h65 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp413 uint32_t bufferSize = jsRegExp->GetLength(); in SerializeJSRegExpPrologue() local
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp68 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 Dmem.cpp231 DWORD bufferSize = 0; in GetCacheLineSizeFromOs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp145 auto bufferSize = parser.GetOriginBufferSize(); in SetBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp557 auto bufferSize = asmModule_.GetBufferSize(); in RunAsmAssembler() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp680 uint32_t bufferSize = 7; in JSRegexpTest() local
1620 uint32_t bufferSize = 7; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2391 auto bufferSize = parser.GetOriginBufferSize(); in RegExpInitialize() local

Completed in 19 milliseconds