| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | zip_file_reader_io.cpp | 20 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()
|
| D | zip_file_reader_mem.cpp | 46 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/ |
| D | pgo_file_info.cpp | 49 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()
|
| D | pgo_file_info.h | 157 bool Verify(void *buffer, size_t bufferSize) const in Verify()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| 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/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | system_environment.cpp | 28 auto bufferSize = sysconf(_SC_GETPW_R_SIZE_MAX); in GetUidForName() local
|
| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.cpp | 34 constexpr size_t bufferSize = KEY_LENGTH + WEB_SOCKET_GUID.size(); in EncodeKey() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sample_reader-inl.h | 56 std::streamsize bufferSize = binFile.tellg(); in SampleReader() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser_cache.cpp | 59 const JSTaggedValue codeBuffer, const size_t bufferSize, in SetCache()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | stub_file_info.h | 65 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder()
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| D | trace.cpp | 68 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/ |
| D | setruntimeinfo_fuzzer.cpp | 50 constexpr int bufferSize = 4096; in SetRuntimeInfoFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | language_context.h | 231 [[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/ |
| D | value_serializer.cpp | 432 uint32_t bufferSize = jsRegExp->GetLength(); in SerializeJSRegExpPrologue() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | mem.cpp | 231 DWORD bufferSize = 0; in GetCacheLineSizeFromOs() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 145 auto bufferSize = parser.GetOriginBufferSize(); in SetBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 552 auto bufferSize = asmModule_.GetBufferSize(); in RunAsmAssembler() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 695 uint32_t bufferSize = 7; in JSRegexpTest() local 1688 uint32_t bufferSize = 7; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 2411 auto bufferSize = parser.GetOriginBufferSize(); in RegExpInitialize() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 90566 bufferSize: i.bufferSize, property
|