Home
last modified time | relevance | path

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

/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/compiler/aot_file/
Dstub_file_info.h64 void FillAsmStubTempHolder(uint8_t *buffer, size_t bufferSize) in FillAsmStubTempHolder()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp58 const JSTaggedValue codeBuffer, const size_t bufferSize, in SetCache()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp688 uint32_t bufferSize = regExp->GetLength(); in WriteJSRegExp() local
1601 int32_t bufferSize; in ReadJSRegExp() local
1842 void *JSDeserializer::GetBuffer(uint32_t bufferSize) in GetBuffer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp355 auto bufferSize = asmModule_.GetBufferSize(); in RunAsmAssembler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp67 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **heade… in BuildFromElastic()
85 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary()
Dpgo_profiler_info.h142 bool Verify(void *buffer, size_t bufferSize) const in Verify()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp582 uint32_t bufferSize = 7; in JSRegexpTest() local
1645 uint32_t bufferSize = 7; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1784 auto bufferSize = parser.GetOriginBufferSize(); in RegExpInitialize() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js90566 bufferSize: i.bufferSize, property