Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader_mem.cpp47 std::string ZipFileReaderMem::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
56 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
Dzip_file_reader_io.cpp23 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer()
38 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp57 uint32_t bufferSize = 10; in HWTEST_F_L0() local
75 uint32_t bufferSize = 256; in HWTEST_F_L0() local
105 uint32_t bufferSize = 256; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp44 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **heade… in BuildFromElastic()
62 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary()
Dpgo_file_info.h145 bool Verify(void *buffer, size_t bufferSize) const in Verify()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.h64 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h54 std::streamsize bufferSize = binFile.tellg(); in SampleReader() local
/arkcompiler/toolchain/websocket/
Dhandshake_helper.cpp34 constexpr size_t bufferSize = KEY_LENGTH + WEB_SOCKET_GUID.size(); in EncodeKey() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp58 const JSTaggedValue codeBuffer, const size_t bufferSize, in SetCache()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dmeexpr_use_info.cpp30 constexpr uint32 bufferSize = 50; in AddUseSiteOfExpr() local
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp68 Trace::Trace(PandaUniquePtr<panda::os::unix::file::File> traceFile, size_t bufferSize) in Trace()
91 void Trace::StartTracing(const char *traceFilename, size_t bufferSize) in StartTracing()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h232 [[maybe_unused]] size_t bufferSize) const in CreateTrace()
594 Trace *CreateTrace(PandaUniquePtr<panda::os::file::File> traceFile, size_t bufferSize) const in CreateTrace()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp360 uint32_t bufferSize = jsRegExp->GetLength(); in SerializeJSRegExpPrologue() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp229 DWORD bufferSize = 0; in GetCacheLineSizeFromOs() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp703 uint32_t bufferSize = regExp->GetLength(); in WriteJSRegExp() local
1624 int32_t bufferSize; in ReadJSRegExp() local
1865 void *JSDeserializer::GetBuffer(uint32_t bufferSize) in GetBuffer()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp130 auto bufferSize = parser.GetOriginBufferSize(); in SetBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp481 auto bufferSize = asmModule_.GetBufferSize(); in RunAsmAssembler() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp559 uint32_t bufferSize = 7; in JSRegexpTest() local
1416 uint32_t bufferSize = 7; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp602 uint32_t bufferSize = 7; in JSRegexpTest() local
1745 uint32_t bufferSize = 7; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2324 auto bufferSize = parser.GetOriginBufferSize(); in RegExpInitialize() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js90566 bufferSize: i.bufferSize, property