Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dwaiter_list_test.cpp26 static WaiterListNode *CreateListNode(JSThread *thread, uint32_t bufferLength) in CreateListNode()
59 uint32_t bufferLength = 5; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/platform/unix/mac/
Dcpu.cpp38 size_t bufferLength = sizeof(size); in PhysicalSize() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder.h71 size_t bufferLength; member
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Dbase64.h119 [[maybe_unused]] size_t bufferLength, Span<uint8_t> output) in DecodeSextetsGroup()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp248 void Trace::GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet) in GetUniqueMethods()
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl219 auto bufferLength = builder_.CreateLoad(builder_.getInt32Ty(), bufferLengthOffset); local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp338 size_t bufferLength = data_->ReadUint32(position_); in ReadSingleEncodeData() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp138 uint32_t bufferLength = JSAPIFastBuffer::Cast(value->GetTaggedObject())->GetLength(); in BufferConstructor() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp557 void GetArgs(JSVM_Value* buffer, size_t bufferLength) override in GetArgs()