Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dwaiter_list_test.cpp26 static WaiterListNode *CreateListNode(JSThread *thread, uint32_t bufferLength) in CreateListNode() argument
59 uint32_t bufferLength = 5; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
H A Dos.cpp45 size_t bufferLength = sizeof(size); in PhysicalSize() local
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp248 void Trace::GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet) in GetUniqueMethods() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp317 size_t bufferLength = data_->ReadUint32(position_); in ReadSingleEncodeData() local
321 data_->ReadRawData(ToUintPtr(bufferPointer_), bufferLength, position_); in ReadSingleEncodeData() local

Completed in 3 milliseconds