Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 - 5 of 5) 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
30 void *toBuffer = ecmaVm->GetNativeAreaAllocator()->AllocateBuffer(bufferLength); in CreateListNode()
33 listNode->index_ = bufferLength; in CreateListNode()
34 listNode->waitPointer_ = reinterpret_cast<int8_t *>(toBuffer) + bufferLength; in CreateListNode()
59 uint32_t bufferLength = 5; in HWTEST_F_L0() local
61 WaiterListNode *listNode = CreateListNode(thread, bufferLength); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
H A Dos.cpp45 size_t bufferLength = sizeof(size); in PhysicalSize() local
46 if (sysctl(mib, MIB_LENGTH, &size, &bufferLength, nullptr, 0) != 0) { in PhysicalSize()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp317 size_t bufferLength = data_->ReadUint32(position_); in ReadSingleEncodeData() local
319 bufferPointer_ = nativeAreaAllocator->AllocateBuffer(bufferLength); in ReadSingleEncodeData()
320 heap_->IncNativeSizeAfterLastGC(bufferLength); in ReadSingleEncodeData()
321 data_->ReadRawData(ToUintPtr(bufferPointer_), bufferLength, position_); in ReadSingleEncodeData() local
322 heap_->IncreaseNativeBindingSize(bufferLength); in ReadSingleEncodeData()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp248 void Trace::GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet) in GetUniqueMethods() argument
251 uint8_t *dataEnd = buffer_.get() + bufferLength; in GetUniqueMethods()
H A Dtrace.h133 void GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet);

Completed in 3 milliseconds