Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader_io.cpp20 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
35 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
Dzip_file_reader_mem.cpp46 std::string ZipFileReaderMem::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
55 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp49 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **heade… in BuildFromElastic()
68 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary()
Dpgo_file_info.h157 bool Verify(void *buffer, size_t bufferSize) const in Verify()
/arkcompiler/ets_runtime/ecmascript/base/tests/
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/runtime_core/static_core/platforms/unix/libpandabase/
Dsystem_environment.cpp28 auto bufferSize = sysconf(_SC_GETPW_R_SIZE_MAX); in GetUidForName() local
/arkcompiler/toolchain/websocket/
Dhandshake_helper.cpp34 constexpr size_t bufferSize = KEY_LENGTH + WEB_SOCKET_GUID.size(); in EncodeKey() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h56 std::streamsize bufferSize = binFile.tellg(); in SampleReader() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp59 const JSTaggedValue codeBuffer, const size_t bufferSize, in SetCache()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.h65 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp68 Trace::Trace(PandaUniquePtr<ark::os::unix::file::File> traceFile, size_t bufferSize) in Trace()
91 void Trace::StartTracing(const char *traceFilename, size_t bufferSize) in StartTracing()
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
Dsetruntimeinfo_fuzzer.cpp50 constexpr int bufferSize = 4096; in SetRuntimeInfoFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h231 [[maybe_unused]] size_t bufferSize) const in CreateTrace()
588 Trace *CreateTrace(PandaUniquePtr<ark::os::file::File> traceFile, size_t bufferSize) const in CreateTrace()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp432 uint32_t bufferSize = jsRegExp->GetLength(); in SerializeJSRegExpPrologue() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp231 DWORD bufferSize = 0; in GetCacheLineSizeFromOs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp145 auto bufferSize = parser.GetOriginBufferSize(); in SetBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp552 auto bufferSize = asmModule_.GetBufferSize(); in RunAsmAssembler() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp695 uint32_t bufferSize = 7; in JSRegexpTest() local
1688 uint32_t bufferSize = 7; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2411 auto bufferSize = parser.GetOriginBufferSize(); in RegExpInitialize() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js90566 bufferSize: i.bufferSize, property